Interface ListenerTlsSdsCertificate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>,SdkBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>,SdkPojo
- Enclosing class:
- ListenerTlsSdsCertificate
public static interface ListenerTlsSdsCertificate.Builder extends SdkPojo, CopyableBuilder<ListenerTlsSdsCertificate.Builder,ListenerTlsSdsCertificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerTlsSdsCertificate.BuildersecretName(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
secretName
ListenerTlsSdsCertificate.Builder secretName(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-