Class CfnTrustStoreRevocationProps.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreRevocationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocationProps>
- Enclosing interface:
CfnTrustStoreRevocationProps
@Stability(Stable)
public static final class CfnTrustStoreRevocationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocationProps>
A builder for
CfnTrustStoreRevocationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.revocationContents(List<? extends Object> revocationContents) Sets the value ofCfnTrustStoreRevocationProps.getRevocationContents()revocationContents(IResolvable revocationContents) Sets the value ofCfnTrustStoreRevocationProps.getRevocationContents()trustStoreArn(String trustStoreArn) Sets the value ofCfnTrustStoreRevocationProps.getTrustStoreArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationProps.Builder revocationContents(IResolvable revocationContents) Sets the value ofCfnTrustStoreRevocationProps.getRevocationContents()- Parameters:
revocationContents- The revocation file to add.- Returns:
this
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocationProps.Builder revocationContents(List<? extends Object> revocationContents) Sets the value ofCfnTrustStoreRevocationProps.getRevocationContents()- Parameters:
revocationContents- The revocation file to add.- Returns:
this
-
trustStoreArn
Sets the value ofCfnTrustStoreRevocationProps.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<CfnTrustStoreRevocationProps>- Returns:
- a new instance of
CfnTrustStoreRevocationProps - Throws:
NullPointerException- if any required attribute was not provided
-