Interface VirtualGatewayListenerTlsSdsCertificate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VirtualGatewayListenerTlsSdsCertificate.Builder,VirtualGatewayListenerTlsSdsCertificate>,SdkBuilder<VirtualGatewayListenerTlsSdsCertificate.Builder,VirtualGatewayListenerTlsSdsCertificate>,SdkPojo
- Enclosing class:
- VirtualGatewayListenerTlsSdsCertificate
public static interface VirtualGatewayListenerTlsSdsCertificate.Builder extends SdkPojo, CopyableBuilder<VirtualGatewayListenerTlsSdsCertificate.Builder,VirtualGatewayListenerTlsSdsCertificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualGatewayListenerTlsSdsCertificate.BuildersecretName(String secretName)A reference to an object that represents the name of the secret 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
VirtualGatewayListenerTlsSdsCertificate.Builder secretName(String secretName)
A reference to an object that represents the name of the secret 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 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.
-
-