Class ServiceConnectTlsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.ServiceConnectTlsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceConnectTlsConfiguration.Builder,ServiceConnectTlsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ServiceConnectTlsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceConnectTlsConfiguration.Builder,ServiceConnectTlsConfiguration>
An object that represents the configuration for Service Connect TLS.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceConnectTlsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceConnectTlsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ServiceConnectTlsCertificateAuthorityissuerCertificateAuthority()The signer certificate authority.StringkmsKey()The Amazon Web Services Key Management Service key.StringroleArn()The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.List<SdkField<?>>sdkFields()static Class<? extends ServiceConnectTlsConfiguration.Builder>serializableBuilderClass()ServiceConnectTlsConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
issuerCertificateAuthority
public final ServiceConnectTlsCertificateAuthority issuerCertificateAuthority()
The signer certificate authority.
- Returns:
- The signer certificate authority.
-
kmsKey
public final String kmsKey()
The Amazon Web Services Key Management Service key.
- Returns:
- The Amazon Web Services Key Management Service key.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.
-
toBuilder
public ServiceConnectTlsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceConnectTlsConfiguration.Builder,ServiceConnectTlsConfiguration>
-
builder
public static ServiceConnectTlsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceConnectTlsConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-