| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
TransformerSummary |
TransformerSummary.clone() |
TransformerSummary |
TransformerSummary.withCreatedAt(Date createdAt)
Returns a timestamp indicating when the transformer was created.
|
TransformerSummary |
TransformerSummary.withEdiType(EdiType ediType)
Returns the details for the EDI standard that is being used for the transformer.
|
TransformerSummary |
TransformerSummary.withFileFormat(FileFormat fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML. |
TransformerSummary |
TransformerSummary.withFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML. |
TransformerSummary |
TransformerSummary.withMappingTemplate(String mappingTemplate)
Returns the mapping template for the transformer.
|
TransformerSummary |
TransformerSummary.withModifiedAt(Date modifiedAt)
Returns a timestamp representing the date and time for the most recent change for the transformer object.
|
TransformerSummary |
TransformerSummary.withName(String name)
Returns the descriptive name for the transformer.
|
TransformerSummary |
TransformerSummary.withSampleDocument(String sampleDocument)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
TransformerSummary |
TransformerSummary.withStatus(String status)
Returns the state of the newly created transformer.
|
TransformerSummary |
TransformerSummary.withStatus(TransformerStatus status)
Returns the state of the newly created transformer.
|
TransformerSummary |
TransformerSummary.withTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransformerSummary> |
ListTransformersResult.getTransformers()
Returns an array of one or more transformer objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransformersResult |
ListTransformersResult.withTransformers(TransformerSummary... transformers)
Returns an array of one or more transformer objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransformersResult.setTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
|
ListTransformersResult |
ListTransformersResult.withTransformers(Collection<TransformerSummary> transformers)
Returns an array of one or more transformer objects.
|
Copyright © 2024. All rights reserved.