Class CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty>
- Enclosing interface:
CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty
@Stability(Stable)
public static final class CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.numberOfRevokedEntries(Number numberOfRevokedEntries) revocationId(String revocationId) revocationType(String revocationType) trustStoreArn(String trustStoreArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
numberOfRevokedEntries
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder numberOfRevokedEntries(Number numberOfRevokedEntries) Sets the value ofCfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.getNumberOfRevokedEntries()- Parameters:
numberOfRevokedEntries- The number of revoked certificates.- Returns:
this
-
revocationId
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder revocationId(String revocationId) - Parameters:
revocationId- The revocation ID of the revocation file.- Returns:
this
-
revocationType
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder revocationType(String revocationType) Sets the value ofCfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.getRevocationType()- Parameters:
revocationType- The type of revocation file.- Returns:
this
-
trustStoreArn
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder trustStoreArn(String trustStoreArn) - 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<CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty>- Returns:
- a new instance of
CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-