Class CfnTrustStoreProps.Builder
java.lang.Object
software.amazon.awscdk.services.workspacesweb.CfnTrustStoreProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreProps>
- Enclosing interface:
CfnTrustStoreProps
@Stability(Stable)
public static final class CfnTrustStoreProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreProps>
A builder for
CfnTrustStoreProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateList(List<String> certificateList) Sets the value ofCfnTrustStoreProps.getCertificateList()Sets the value ofCfnTrustStoreProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateList
Sets the value ofCfnTrustStoreProps.getCertificateList()- Parameters:
certificateList- A list of CA certificates to be added to the trust store. This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnTrustStoreProps.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<CfnTrustStoreProps>- Returns:
- a new instance of
CfnTrustStoreProps - Throws:
NullPointerException- if any required attribute was not provided
-