Class CfnTrustStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnTrustStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStorePropsMixin>
- Enclosing class:
CfnTrustStorePropsMixin
@Stability(Stable)
public static final class CfnTrustStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStorePropsMixin>
A fluent builder for
CfnTrustStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificateList(List<String> certificateList) A list of CA certificates to be added to the trust store.create()create(CfnPropertyMixinOptions options) The tags to add to the trust store.
-
Method Details
-
create
@Stability(Stable) public static CfnTrustStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrustStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrustStorePropsMixin.Builder.
-
certificateList
@Stability(Stable) public CfnTrustStorePropsMixin.Builder certificateList(List<String> certificateList) A list of CA certificates to be added to the trust store.- Parameters:
certificateList- A list of CA certificates to be added to the trust store. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to add to the trust store.A tag is a key-value pair.
- Parameters:
tags- The tags to add to the trust store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStorePropsMixin>- Returns:
- a newly built instance of
CfnTrustStorePropsMixin.
-