Class FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transfer.events.FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps>
- Enclosing interface:
FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps
@Stability(Experimental)
public static final class FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder
extends Object
implements software.amazon.jsii.Builder<FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.getClientIp()endTimestamp(List<String> endTimestamp) eventMetadata(AWSEventMetadataProps eventMetadata) failureCode(List<String> failureCode) failureMessage(List<String> failureMessage) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.getFilePath()Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.getProtocol()Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.getServerId()startTimestamp(List<String> startTimestamp) statusCode(List<String> statusCode) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIp
@Stability(Experimental) public FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder clientIp(List<String> clientIp) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder endTimestamp(List<String> endTimestamp) - 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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
failureCode
@Stability(Experimental) public FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder failureCode(List<String> failureCode) - Parameters:
failureCode- failure-code property. Specify an array of string values to match this event if the actual value of failure-code is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
failureMessage
@Stability(Experimental) public FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder failureMessage(List<String> failureMessage) - Parameters:
failureMessage- failure-message property. Specify an array of string values to match this event if the actual value of failure-message is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
filePath
@Stability(Experimental) public FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder filePath(List<String> filePath) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder protocol(List<String> protocol) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder serverId(List<String> serverId) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder startTimestamp(List<String> startTimestamp) - 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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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 FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.Builder username(List<String> username) Sets the value ofFTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps.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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps>- Returns:
- a new instance of
FTPSServerFileDeleteFailed.FTPSServerFileDeleteFailedProps - Throws:
NullPointerException- if any required attribute was not provided
-