Class SFTPConnectorFileSendCompleted.LocalFileLocation.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.events.SFTPConnectorFileSendCompleted.LocalFileLocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SFTPConnectorFileSendCompleted.LocalFileLocation>
- Enclosing interface:
SFTPConnectorFileSendCompleted.LocalFileLocation
@Stability(Experimental)
public static final class SFTPConnectorFileSendCompleted.LocalFileLocation.Builder
extends Object
implements software.amazon.jsii.Builder<SFTPConnectorFileSendCompleted.LocalFileLocation>
A builder for
SFTPConnectorFileSendCompleted.LocalFileLocation-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.getBucket()build()Builds the configured instance.Sets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.getDomain()Sets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Experimental) public SFTPConnectorFileSendCompleted.LocalFileLocation.Builder bucket(List<String> bucket) Sets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.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
-
domain
@Stability(Experimental) public SFTPConnectorFileSendCompleted.LocalFileLocation.Builder domain(List<String> domain) Sets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.getDomain()- Parameters:
domain- domain property. Specify an array of string values to match this event if the actual value of domain is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
key
@Stability(Experimental) public SFTPConnectorFileSendCompleted.LocalFileLocation.Builder key(List<String> key) Sets the value ofSFTPConnectorFileSendCompleted.LocalFileLocation.getKey()- Parameters:
key- key property. Specify an array of string values to match this event if the actual value of key 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<SFTPConnectorFileSendCompleted.LocalFileLocation>- Returns:
- a new instance of
SFTPConnectorFileSendCompleted.LocalFileLocation - Throws:
NullPointerException- if any required attribute was not provided
-