Class CfnMembership.MembershipProtectedJobOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipProtectedJobOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMembership.MembershipProtectedJobOutputConfigurationProperty>
- Enclosing interface:
CfnMembership.MembershipProtectedJobOutputConfigurationProperty
@Stability(Stable)
public static final class CfnMembership.MembershipProtectedJobOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMembership.MembershipProtectedJobOutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3(IResolvable s3) Sets the value ofCfnMembership.MembershipProtectedJobOutputConfigurationProperty.getS3()Sets the value ofCfnMembership.MembershipProtectedJobOutputConfigurationProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
@Stability(Stable) public CfnMembership.MembershipProtectedJobOutputConfigurationProperty.Builder s3(IResolvable s3) Sets the value ofCfnMembership.MembershipProtectedJobOutputConfigurationProperty.getS3()- Parameters:
s3- Contains the configuration to write the job results to S3. This parameter is required.- Returns:
this
-
s3
@Stability(Stable) public CfnMembership.MembershipProtectedJobOutputConfigurationProperty.Builder s3(CfnMembership.ProtectedJobS3OutputConfigurationInputProperty s3) Sets the value ofCfnMembership.MembershipProtectedJobOutputConfigurationProperty.getS3()- Parameters:
s3- Contains the configuration to write the job results to S3. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMembership.MembershipProtectedJobOutputConfigurationProperty>- Returns:
- a new instance of
CfnMembership.MembershipProtectedJobOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-