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