Class FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.events.FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps>
- Enclosing interface:
FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps
@Stability(Experimental)
public static final class FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder
extends Object
implements software.amazon.jsii.Builder<FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endTimestamp(List<String> endTimestamp) eventMetadata(AWSEventMetadataProps eventMetadata) startTimestamp(List<String> startTimestamp) statusCode(List<String> statusCode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bytes
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder bytes(List<String> bytes) - Parameters:
bytes- bytes property. Specify an array of string values to match this event if the actual value of bytes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
clientIp
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder clientIp(List<String> clientIp) - Parameters:
clientIp- client-ip property. Specify an array of string values to match this event if the actual value of client-ip is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
endTimestamp
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder endTimestamp(List<String> endTimestamp) Sets the value ofFTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.getEndTimestamp()- Parameters:
endTimestamp- end-timestamp property. Specify an array of string values to match this event if the actual value of end-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
etag
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder etag(List<String> etag) - Parameters:
etag- etag property. Specify an array of string values to match this event if the actual value of etag is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofFTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
filePath
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder filePath(List<String> filePath) - Parameters:
filePath- file-path property. Specify an array of string values to match this event if the actual value of file-path is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
protocol
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder protocol(List<String> protocol) - Parameters:
protocol- protocol property. Specify an array of string values to match this event if the actual value of protocol is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
serverId
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder serverId(List<String> serverId) - Parameters:
serverId- server-id property. Specify an array of string values to match this event if the actual value of server-id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sessionId
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder sessionId(List<String> sessionId) - Parameters:
sessionId- session-id property. Specify an array of string values to match this event if the actual value of session-id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
startTimestamp
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder startTimestamp(List<String> startTimestamp) Sets the value ofFTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.getStartTimestamp()- Parameters:
startTimestamp- start-timestamp property. Specify an array of string values to match this event if the actual value of start-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
statusCode
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder statusCode(List<String> statusCode) Sets the value ofFTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.getStatusCode()- Parameters:
statusCode- status-code property. Specify an array of string values to match this event if the actual value of status-code is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
username
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps.Builder username(List<String> username) - Parameters:
username- username property. Specify an array of string values to match this event if the actual value of username is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps>- Returns:
- a new instance of
FTPServerFileDownloadCompleted.FTPServerFileDownloadCompletedProps - Throws:
NullPointerException- if any required attribute was not provided
-