Class TransformationCompleted.OutputFileS3Attributes.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.b2bi.events.TransformationCompleted.OutputFileS3Attributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransformationCompleted.OutputFileS3Attributes>
- Enclosing interface:
TransformationCompleted.OutputFileS3Attributes
@Stability(Experimental)
public static final class TransformationCompleted.OutputFileS3Attributes.Builder
extends Object
implements software.amazon.jsii.Builder<TransformationCompleted.OutputFileS3Attributes>
A builder for
TransformationCompleted.OutputFileS3Attributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofTransformationCompleted.OutputFileS3Attributes.getBucket()build()Builds the configured instance.Sets the value ofTransformationCompleted.OutputFileS3Attributes.getObjectKey()objectSizeBytes(List<String> objectSizeBytes) Sets the value ofTransformationCompleted.OutputFileS3Attributes.getObjectSizeBytes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Experimental) public TransformationCompleted.OutputFileS3Attributes.Builder bucket(List<String> bucket) Sets the value ofTransformationCompleted.OutputFileS3Attributes.getBucket()- Parameters:
bucket- bucket property. Specify an array of string values to match this event if the actual value of bucket is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
objectKey
@Stability(Experimental) public TransformationCompleted.OutputFileS3Attributes.Builder objectKey(List<String> objectKey) Sets the value ofTransformationCompleted.OutputFileS3Attributes.getObjectKey()- Parameters:
objectKey- object-key property. Specify an array of string values to match this event if the actual value of object-key is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
objectSizeBytes
@Stability(Experimental) public TransformationCompleted.OutputFileS3Attributes.Builder objectSizeBytes(List<String> objectSizeBytes) Sets the value ofTransformationCompleted.OutputFileS3Attributes.getObjectSizeBytes()- Parameters:
objectSizeBytes- object-size-bytes property. Specify an array of string values to match this event if the actual value of object-size-bytes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransformationCompleted.OutputFileS3Attributes>- Returns:
- a new instance of
TransformationCompleted.OutputFileS3Attributes - Throws:
NullPointerException- if any required attribute was not provided
-