Class CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapabilityPropsMixin.EdiConfigurationProperty>
- Enclosing interface:
CfnCapabilityPropsMixin.EdiConfigurationProperty
@Stability(Stable)
public static final class CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapabilityPropsMixin.EdiConfigurationProperty>
A builder for
CfnCapabilityPropsMixin.EdiConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.capabilityDirection(String capabilityDirection) inputLocation(CfnCapabilityPropsMixin.S3LocationProperty inputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getInputLocation()inputLocation(IResolvable inputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getInputLocation()outputLocation(CfnCapabilityPropsMixin.S3LocationProperty outputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getOutputLocation()outputLocation(IResolvable outputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getOutputLocation()transformerId(String transformerId) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getTransformerId()Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getType()type(IResolvable type) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
capabilityDirection
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder capabilityDirection(String capabilityDirection) - Parameters:
capabilityDirection- Specifies whether this is capability is for inbound or outbound transformations.- Returns:
this
-
inputLocation
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder inputLocation(IResolvable inputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getInputLocation()- Parameters:
inputLocation- Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.- Returns:
this
-
inputLocation
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder inputLocation(CfnCapabilityPropsMixin.S3LocationProperty inputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getInputLocation()- Parameters:
inputLocation- Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.- Returns:
this
-
outputLocation
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder outputLocation(IResolvable outputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getOutputLocation()- Parameters:
outputLocation- Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.- Returns:
this
-
outputLocation
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder outputLocation(CfnCapabilityPropsMixin.S3LocationProperty outputLocation) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getOutputLocation()- Parameters:
outputLocation- Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.- Returns:
this
-
transformerId
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder transformerId(String transformerId) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getTransformerId()- Parameters:
transformerId- Returns the system-assigned unique identifier for the transformer.- Returns:
this
-
type
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder type(IResolvable type) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getType()- Parameters:
type- Returns the type of the capability. Currently, onlyediis supported.- Returns:
this
-
type
@Stability(Stable) public CfnCapabilityPropsMixin.EdiConfigurationProperty.Builder type(CfnCapabilityPropsMixin.EdiTypeProperty type) Sets the value ofCfnCapabilityPropsMixin.EdiConfigurationProperty.getType()- Parameters:
type- Returns the type of the capability. Currently, onlyediis supported.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapabilityPropsMixin.EdiConfigurationProperty>- Returns:
- a new instance of
CfnCapabilityPropsMixin.EdiConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-