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