Class CfnTrustStoreRevocationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTrustStoreRevocationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocationMixinProps>
- Enclosing interface:
CfnTrustStoreRevocationMixinProps
@Stability(Stable)
public static final class CfnTrustStoreRevocationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocationMixinProps>
A builder for
CfnTrustStoreRevocationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.revocationContents(List<? extends Object> revocationContents) Sets the value ofCfnTrustStoreRevocationMixinProps.getRevocationContents()revocationContents(IResolvable revocationContents) Sets the value ofCfnTrustStoreRevocationMixinProps.getRevocationContents()trustStoreArn(String trustStoreArn) Sets the value ofCfnTrustStoreRevocationMixinProps.getTrustStoreArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationMixinProps.Builder revocationContents(IResolvable revocationContents) Sets the value ofCfnTrustStoreRevocationMixinProps.getRevocationContents()- Parameters:
revocationContents- The revocation file to add.- Returns:
this
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationMixinProps.Builder revocationContents(List<? extends Object> revocationContents) Sets the value ofCfnTrustStoreRevocationMixinProps.getRevocationContents()- Parameters:
revocationContents- The revocation file to add.- Returns:
this
-
trustStoreArn
@Stability(Stable) public CfnTrustStoreRevocationMixinProps.Builder trustStoreArn(String trustStoreArn) Sets the value ofCfnTrustStoreRevocationMixinProps.getTrustStoreArn()- Parameters:
trustStoreArn- The Amazon Resource Name (ARN) of the trust store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStoreRevocationMixinProps>- Returns:
- a new instance of
CfnTrustStoreRevocationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-