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