@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsMskClusterClusterInfoClientAuthenticationTlsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details for client authentication using TLS.
Constructor and Description |
---|
AwsMskClusterClusterInfoClientAuthenticationTlsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsMskClusterClusterInfoClientAuthenticationTlsDetails |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCertificateAuthorityArnList()
List of Amazon Web Services Private CA Amazon Resource Names (ARNs).
|
Boolean |
getEnabled()
Indicates whether TLS authentication is enabled or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether TLS authentication is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs).
|
void |
setEnabled(Boolean enabled)
Indicates whether TLS authentication is enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
AwsMskClusterClusterInfoClientAuthenticationTlsDetails |
withCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs).
|
AwsMskClusterClusterInfoClientAuthenticationTlsDetails |
withCertificateAuthorityArnList(String... certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs).
|
AwsMskClusterClusterInfoClientAuthenticationTlsDetails |
withEnabled(Boolean enabled)
Indicates whether TLS authentication is enabled or not.
|
public AwsMskClusterClusterInfoClientAuthenticationTlsDetails()
public List<String> getCertificateAuthorityArnList()
List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.
public void setCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.
certificateAuthorityArnList
- List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA
enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs,
without the investment and maintenance costs of operating an on-premises CA.public AwsMskClusterClusterInfoClientAuthenticationTlsDetails withCertificateAuthorityArnList(String... certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateAuthorityArnList(java.util.Collection)
or
withCertificateAuthorityArnList(java.util.Collection)
if you want to override the existing values.
certificateAuthorityArnList
- List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA
enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs,
without the investment and maintenance costs of operating an on-premises CA.public AwsMskClusterClusterInfoClientAuthenticationTlsDetails withCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.
certificateAuthorityArnList
- List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA
enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs,
without the investment and maintenance costs of operating an on-premises CA.public void setEnabled(Boolean enabled)
Indicates whether TLS authentication is enabled or not.
enabled
- Indicates whether TLS authentication is enabled or not.public Boolean getEnabled()
Indicates whether TLS authentication is enabled or not.
public AwsMskClusterClusterInfoClientAuthenticationTlsDetails withEnabled(Boolean enabled)
Indicates whether TLS authentication is enabled or not.
enabled
- Indicates whether TLS authentication is enabled or not.public Boolean isEnabled()
Indicates whether TLS authentication is enabled or not.
public String toString()
toString
in class Object
Object.toString()
public AwsMskClusterClusterInfoClientAuthenticationTlsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.