Class CfnTrustStoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnTrustStoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreMixinProps>
- Enclosing interface:
CfnTrustStoreMixinProps
@Stability(Stable)
public static final class CfnTrustStoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreMixinProps>
A builder for
CfnTrustStoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateList(List<String> certificateList) Sets the value ofCfnTrustStoreMixinProps.getCertificateList()Sets the value ofCfnTrustStoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateList
@Stability(Stable) public CfnTrustStoreMixinProps.Builder certificateList(List<String> certificateList) Sets the value ofCfnTrustStoreMixinProps.getCertificateList()- Parameters:
certificateList- A list of CA certificates to be added to the trust store.- Returns:
this
-
tags
Sets the value ofCfnTrustStoreMixinProps.getTags()- Parameters:
tags- The tags to add to the trust store. A tag is a key-value pair.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStoreMixinProps>- Returns:
- a new instance of
CfnTrustStoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-