Class ListenerTlsSdsCertificate
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.ListenerTlsSdsCertificate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>
@Generated("software.amazon.awssdk:codegen") public final class ListenerTlsSdsCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>
An object that represents the listener's Secret Discovery Service certificate. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListenerTlsSdsCertificate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListenerTlsSdsCertificate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretName()A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.static Class<? extends ListenerTlsSdsCertificate.Builder>serializableBuilderClass()ListenerTlsSdsCertificate.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
-
secretName
public final String secretName()
A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
- Returns:
- A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
-
toBuilder
public ListenerTlsSdsCertificate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>
-
builder
public static ListenerTlsSdsCertificate.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListenerTlsSdsCertificate.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.
-
-