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>
The key that encrypts and decrypts your resources for Service Connect TLS.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ServiceConnectTlsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceConnectTlsConfiguration.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
ServiceConnectTlsCertificateAuthority
issuerCertificateAuthority()
The signer certificate authority.String
kmsKey()
The Amazon Web Services Key Management Service key.String
roleArn()
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.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-