Class CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMembership.ProtectedJobS3OutputConfigurationInputProperty>
- Enclosing interface:
CfnMembership.ProtectedJobS3OutputConfigurationInputProperty
@Stability(Stable)
public static final class CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMembership.ProtectedJobS3OutputConfigurationInputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnMembership.ProtectedJobS3OutputConfigurationInputProperty.getBucket()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder bucket(String bucket) Sets the value ofCfnMembership.ProtectedJobS3OutputConfigurationInputProperty.getBucket()- Parameters:
bucket- The S3 bucket for job output. This parameter is required.- Returns:
this
-
keyPrefix
@Stability(Stable) public CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder keyPrefix(String keyPrefix) - Parameters:
keyPrefix- The S3 prefix to unload the protected job results.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMembership.ProtectedJobS3OutputConfigurationInputProperty>- Returns:
- a new instance of
CfnMembership.ProtectedJobS3OutputConfigurationInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-