Class SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.events.SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps>
- Enclosing interface:
SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps
@Stability(Experimental)
public static final class SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder
extends Object
implements software.amazon.jsii.Builder<SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endTimestamp(List<String> endTimestamp) eventMetadata(AWSEventMetadataProps eventMetadata) originalFilePath(List<String> originalFilePath) renamedFilePath(List<String> renamedFilePath) startTimestamp(List<String> startTimestamp) statusCode(List<String> statusCode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIp
@Stability(Experimental) public SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder endTimestamp(List<String> endTimestamp) Sets the value ofSFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofSFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
originalFilePath
@Stability(Experimental) public SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder originalFilePath(List<String> originalFilePath) Sets the value ofSFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.getOriginalFilePath()- Parameters:
originalFilePath- original-file-path property. Specify an array of string values to match this event if the actual value of original-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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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
-
renamedFilePath
@Stability(Experimental) public SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder renamedFilePath(List<String> renamedFilePath) Sets the value ofSFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.getRenamedFilePath()- Parameters:
renamedFilePath- renamed-file-path property. Specify an array of string values to match this event if the actual value of renamed-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
-
serverId
@Stability(Experimental) public SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder startTimestamp(List<String> startTimestamp) Sets the value ofSFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.Builder statusCode(List<String> statusCode) - 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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps.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 SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps>- Returns:
- a new instance of
SFTPServerFileRenameCompleted.SFTPServerFileRenameCompletedProps - Throws:
NullPointerException- if any required attribute was not provided
-