Class CfnResponderGateway.TrustStoreConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponderGateway.TrustStoreConfigurationProperty>
- Enclosing interface:
CfnResponderGateway.TrustStoreConfigurationProperty
@Stability(Stable)
public static final class CfnResponderGateway.TrustStoreConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponderGateway.TrustStoreConfigurationProperty>
A builder for
CfnResponderGateway.TrustStoreConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateAuthorityCertificates(List<String> certificateAuthorityCertificates)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateAuthorityCertificates
@Stability(Stable) public CfnResponderGateway.TrustStoreConfigurationProperty.Builder certificateAuthorityCertificates(List<String> certificateAuthorityCertificates) Sets the value ofCfnResponderGateway.TrustStoreConfigurationProperty.getCertificateAuthorityCertificates()- Parameters:
certificateAuthorityCertificates- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponderGateway.TrustStoreConfigurationProperty>- Returns:
- a new instance of
CfnResponderGateway.TrustStoreConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-