Class TransformationFailed.InputFileS3Attributes.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.b2bi.events.TransformationFailed.InputFileS3Attributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransformationFailed.InputFileS3Attributes>
- Enclosing interface:
TransformationFailed.InputFileS3Attributes
@Stability(Experimental)
public static final class TransformationFailed.InputFileS3Attributes.Builder
extends Object
implements software.amazon.jsii.Builder<TransformationFailed.InputFileS3Attributes>
A builder for
TransformationFailed.InputFileS3Attributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofTransformationFailed.InputFileS3Attributes.getBucket()build()Builds the configured instance.Sets the value ofTransformationFailed.InputFileS3Attributes.getObjectKey()objectSizeBytes(List<String> objectSizeBytes) Sets the value ofTransformationFailed.InputFileS3Attributes.getObjectSizeBytes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Experimental) public TransformationFailed.InputFileS3Attributes.Builder bucket(List<String> bucket) Sets the value ofTransformationFailed.InputFileS3Attributes.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 TransformationFailed.InputFileS3Attributes.Builder objectKey(List<String> objectKey) Sets the value ofTransformationFailed.InputFileS3Attributes.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 TransformationFailed.InputFileS3Attributes.Builder objectSizeBytes(List<String> objectSizeBytes) Sets the value ofTransformationFailed.InputFileS3Attributes.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<TransformationFailed.InputFileS3Attributes>- Returns:
- a new instance of
TransformationFailed.InputFileS3Attributes - Throws:
NullPointerException- if any required attribute was not provided
-