Class CfnTrustStoreRevocationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTrustStoreRevocationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin>
- Enclosing class:
CfnTrustStoreRevocationPropsMixin
@Stability(Stable)
public static final class CfnTrustStoreRevocationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin>
A fluent builder for
CfnTrustStoreRevocationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) revocationContents(List<? extends Object> revocationContents) The revocation file to add.revocationContents(IResolvable revocationContents) The revocation file to add.trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.
-
Method Details
-
create
@Stability(Stable) public static CfnTrustStoreRevocationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrustStoreRevocationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrustStoreRevocationPropsMixin.Builder.
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.Builder revocationContents(IResolvable revocationContents) The revocation file to add.- Parameters:
revocationContents- The revocation file to add. This parameter is required.- Returns:
this- See Also:
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.Builder revocationContents(List<? extends Object> revocationContents) The revocation file to add.- Parameters:
revocationContents- The revocation file to add. This parameter is required.- Returns:
this- See Also:
-
trustStoreArn
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.Builder trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.- Parameters:
trustStoreArn- The Amazon Resource Name (ARN) of the trust store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin>- Returns:
- a newly built instance of
CfnTrustStoreRevocationPropsMixin.
-