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