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