Class CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.elasticloadbalancingv2.mixins.CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin.RevocationContentProperty>
- Enclosing interface:
CfnTrustStoreRevocationPropsMixin.RevocationContentProperty
@Stability(Stable)
public static final class CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin.RevocationContentProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.revocationType(String revocationType) Sets the value ofCfnTrustStoreRevocationPropsMixin.RevocationContentProperty.getS3Key()s3ObjectVersion(String s3ObjectVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
revocationType
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder revocationType(String revocationType) - Parameters:
revocationType- The type of revocation file.- Returns:
this
-
s3Bucket
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder s3Bucket(String s3Bucket) - Parameters:
s3Bucket- The Amazon S3 bucket for the revocation file.- Returns:
this
-
s3Key
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder s3Key(String s3Key) Sets the value ofCfnTrustStoreRevocationPropsMixin.RevocationContentProperty.getS3Key()- Parameters:
s3Key- The Amazon S3 path for the revocation file.- Returns:
this
-
s3ObjectVersion
@Stability(Stable) public CfnTrustStoreRevocationPropsMixin.RevocationContentProperty.Builder s3ObjectVersion(String s3ObjectVersion) - Parameters:
s3ObjectVersion- The Amazon S3 object version of the revocation file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrustStoreRevocationPropsMixin.RevocationContentProperty>- Returns:
- a new instance of
CfnTrustStoreRevocationPropsMixin.RevocationContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-