Class SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.events.SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps>
- Enclosing interface:
SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps
@Stability(Experimental)
public static final class SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder
extends Object
implements software.amazon.jsii.Builder<SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps>
-
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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder clientIp(List<String> clientIp) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getClientIp()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder endTimestamp(List<String> endTimestamp) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.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
-
eventMetadata
@Stability(Experimental) public SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
filePath
@Stability(Experimental) public SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder filePath(List<String> filePath) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getFilePath()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder protocol(List<String> protocol) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getProtocol()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder serverId(List<String> serverId) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getServerId()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder sessionId(List<String> sessionId) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getSessionId()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder startTimestamp(List<String> startTimestamp) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder statusCode(List<String> statusCode) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.Builder username(List<String> username) Sets the value ofSFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps.getUsername()- 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 SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps>- Returns:
- a new instance of
SFTPServerFileDownloadCompleted.SFTPServerFileDownloadCompletedProps - Throws:
NullPointerException- if any required attribute was not provided
-