Class CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty>
- Enclosing interface:
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty
@Stability(Stable)
public static final class CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.file(IResolvable file) sds(IResolvable sds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
file
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder file(IResolvable file) - 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:
this
-
file
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder file(CfnVirtualGatewayPropsMixin.VirtualGatewayListenerTlsFileCertificateProperty file) - 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:
this
-
sds
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder sds(IResolvable sds) - Parameters:
sds- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.- Returns:
this
-
sds
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder sds(CfnVirtualGatewayPropsMixin.VirtualGatewayListenerTlsSdsCertificateProperty sds) - Parameters:
sds- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.- Returns:
this
-
build
@Stability(Stable) public CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty>- Returns:
- a new instance of
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty - Throws:
NullPointerException- if any required attribute was not provided
-