Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,PipelineObject> |
TaskObject.objects
Connection information for the location where the task runner will
publish the output of the task.
|
private SdkInternalList<PipelineObject> |
ValidatePipelineDefinitionRequest.pipelineObjects
The objects that define the pipeline changes to validate against the
pipeline.
|
private SdkInternalList<PipelineObject> |
PutPipelineDefinitionRequest.pipelineObjects
The objects that define the pipeline.
|
private SdkInternalList<PipelineObject> |
GetPipelineDefinitionResult.pipelineObjects
The objects defined in the pipeline.
|
private SdkInternalList<PipelineObject> |
DescribeObjectsResult.pipelineObjects
An array of object definitions.
|
Modifier and Type | Method and Description |
---|---|
PipelineObject |
PipelineObject.clone() |
PipelineObject |
PipelineObject.withFields(java.util.Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
PipelineObject |
PipelineObject.withFields(Field... fields)
Key-value pairs that define the properties of the object.
|
PipelineObject |
PipelineObject.withId(java.lang.String id)
The ID of the object.
|
PipelineObject |
PipelineObject.withName(java.lang.String name)
The name of the object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PipelineObject> |
TaskObject.getObjects()
Connection information for the location where the task runner will
publish the output of the task.
|
java.util.List<PipelineObject> |
ValidatePipelineDefinitionRequest.getPipelineObjects()
The objects that define the pipeline changes to validate against the
pipeline.
|
java.util.List<PipelineObject> |
PutPipelineDefinitionRequest.getPipelineObjects()
The objects that define the pipeline.
|
java.util.List<PipelineObject> |
GetPipelineDefinitionResult.getPipelineObjects()
The objects defined in the pipeline.
|
java.util.List<PipelineObject> |
DescribeObjectsResult.getPipelineObjects()
An array of object definitions.
|
Modifier and Type | Method and Description |
---|---|
TaskObject |
TaskObject.addObjectsEntry(java.lang.String key,
PipelineObject value) |
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withPipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline changes to validate against the
pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withPipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withPipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
|
DescribeObjectsResult |
DescribeObjectsResult.withPipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskObject.setObjects(java.util.Map<java.lang.String,PipelineObject> objects)
Connection information for the location where the task runner will
publish the output of the task.
|
void |
ValidatePipelineDefinitionRequest.setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline changes to validate against the
pipeline.
|
void |
PutPipelineDefinitionRequest.setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline.
|
void |
GetPipelineDefinitionResult.setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
void |
DescribeObjectsResult.setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
An array of object definitions.
|
TaskObject |
TaskObject.withObjects(java.util.Map<java.lang.String,PipelineObject> objects)
Connection information for the location where the task runner will
publish the output of the task.
|
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline changes to validate against the
pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
DescribeObjectsResult |
DescribeObjectsResult.withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
An array of object definitions.
|
Modifier and Type | Method and Description |
---|---|
PipelineObject |
PipelineObjectJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineObjectJsonMarshaller.marshall(PipelineObject pipelineObject,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|