Interface VirtualGatewayClientTlsCertificate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>,SdkBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>,SdkPojo
- Enclosing class:
- VirtualGatewayClientTlsCertificate
public static interface VirtualGatewayClientTlsCertificate.Builder extends SdkPojo, CopyableBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VirtualGatewayClientTlsCertificate.Builderfile(Consumer<VirtualGatewayListenerTlsFileCertificate.Builder> file)An object that represents a local file certificate.VirtualGatewayClientTlsCertificate.Builderfile(VirtualGatewayListenerTlsFileCertificate file)An object that represents a local file certificate.default VirtualGatewayClientTlsCertificate.Buildersds(Consumer<VirtualGatewayListenerTlsSdsCertificate.Builder> sds)A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.VirtualGatewayClientTlsCertificate.Buildersds(VirtualGatewayListenerTlsSdsCertificate sds)A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.-
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
-
file
VirtualGatewayClientTlsCertificate.Builder file(VirtualGatewayListenerTlsFileCertificate file)
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
- Parameters:
file- An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
file
default VirtualGatewayClientTlsCertificate.Builder file(Consumer<VirtualGatewayListenerTlsFileCertificate.Builder> file)
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
This is a convenience method that creates an instance of theVirtualGatewayListenerTlsFileCertificate.Builderavoiding the need to create one manually viaVirtualGatewayListenerTlsFileCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofile(VirtualGatewayListenerTlsFileCertificate).- Parameters:
file- a consumer that will call methods onVirtualGatewayListenerTlsFileCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
file(VirtualGatewayListenerTlsFileCertificate)
-
sds
VirtualGatewayClientTlsCertificate.Builder sds(VirtualGatewayListenerTlsSdsCertificate sds)
A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
- Parameters:
sds- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sds
default VirtualGatewayClientTlsCertificate.Builder sds(Consumer<VirtualGatewayListenerTlsSdsCertificate.Builder> sds)
A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
This is a convenience method that creates an instance of theVirtualGatewayListenerTlsSdsCertificate.Builderavoiding the need to create one manually viaVirtualGatewayListenerTlsSdsCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosds(VirtualGatewayListenerTlsSdsCertificate).- Parameters:
sds- a consumer that will call methods onVirtualGatewayListenerTlsSdsCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sds(VirtualGatewayListenerTlsSdsCertificate)
-
-