Class CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgreementPropsMixin.CustomDirectoriesProperty>
- Enclosing interface:
CfnAgreementPropsMixin.CustomDirectoriesProperty
@Stability(Stable)
public static final class CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgreementPropsMixin.CustomDirectoriesProperty>
A builder for
CfnAgreementPropsMixin.CustomDirectoriesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.failedFilesDirectory(String failedFilesDirectory) mdnFilesDirectory(String mdnFilesDirectory) Sets the value ofCfnAgreementPropsMixin.CustomDirectoriesProperty.getMdnFilesDirectory()payloadFilesDirectory(String payloadFilesDirectory) statusFilesDirectory(String statusFilesDirectory) temporaryFilesDirectory(String temporaryFilesDirectory)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
failedFilesDirectory
@Stability(Stable) public CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder failedFilesDirectory(String failedFilesDirectory) - Parameters:
failedFilesDirectory- Specifies a location to store the failed files for an AS2 message.- Returns:
this
-
mdnFilesDirectory
@Stability(Stable) public CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder mdnFilesDirectory(String mdnFilesDirectory) Sets the value ofCfnAgreementPropsMixin.CustomDirectoriesProperty.getMdnFilesDirectory()- Parameters:
mdnFilesDirectory- Specifies a location to store the MDN file for an AS2 message.- Returns:
this
-
payloadFilesDirectory
@Stability(Stable) public CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder payloadFilesDirectory(String payloadFilesDirectory) - Parameters:
payloadFilesDirectory- Specifies a location to store the payload file for an AS2 message.- Returns:
this
-
statusFilesDirectory
@Stability(Stable) public CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder statusFilesDirectory(String statusFilesDirectory) - Parameters:
statusFilesDirectory- Specifies a location to store the status file for an AS2 message.- Returns:
this
-
temporaryFilesDirectory
@Stability(Stable) public CfnAgreementPropsMixin.CustomDirectoriesProperty.Builder temporaryFilesDirectory(String temporaryFilesDirectory) - Parameters:
temporaryFilesDirectory- Specifies a location to store the temporary processing file for an AS2 message.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgreementPropsMixin.CustomDirectoriesProperty>- Returns:
- a new instance of
CfnAgreementPropsMixin.CustomDirectoriesProperty - Throws:
NullPointerException- if any required attribute was not provided
-