| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
EdiConfiguration |
EdiConfiguration.clone() |
EdiConfiguration |
CapabilityConfiguration.getEdi()
An EDI (electronic data interchange) configuration object.
|
EdiConfiguration |
EdiConfiguration.withInputLocation(S3Location inputLocation)
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an
S3Location object. |
EdiConfiguration |
EdiConfiguration.withOutputLocation(S3Location outputLocation)
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an
S3Location object. |
EdiConfiguration |
EdiConfiguration.withTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
|
EdiConfiguration |
EdiConfiguration.withType(EdiType type)
Returns the type of the capability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityConfiguration.setEdi(EdiConfiguration edi)
An EDI (electronic data interchange) configuration object.
|
CapabilityConfiguration |
CapabilityConfiguration.withEdi(EdiConfiguration edi)
An EDI (electronic data interchange) configuration object.
|
Copyright © 2024. All rights reserved.