| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline.model | |
| software.amazon.awssdk.services.datapipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PipelineObject> |
TaskObject.objects()
Connection information for the location where the task runner will publish the output of the task.
|
List<PipelineObject> |
PutPipelineDefinitionRequest.pipelineObjects()
The objects that define the pipeline.
|
List<PipelineObject> |
ValidatePipelineDefinitionRequest.pipelineObjects()
The objects that define the pipeline changes to validate against the pipeline.
|
List<PipelineObject> |
DescribeObjectsResponse.pipelineObjects()
An array of object definitions.
|
List<PipelineObject> |
GetPipelineDefinitionResponse.pipelineObjects()
The objects defined in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
PutPipelineDefinitionRequest.Builder |
PutPipelineDefinitionRequest.Builder.pipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
ValidatePipelineDefinitionRequest.Builder.pipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.
|
DescribeObjectsResponse.Builder |
DescribeObjectsResponse.Builder.pipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
|
GetPipelineDefinitionResponse.Builder |
GetPipelineDefinitionResponse.Builder.pipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
TaskObject.Builder |
TaskObject.Builder.objects(Map<String,PipelineObject> objects)
Connection information for the location where the task runner will publish the output of the task.
|
PutPipelineDefinitionRequest.Builder |
PutPipelineDefinitionRequest.Builder.pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
ValidatePipelineDefinitionRequest.Builder.pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.
|
DescribeObjectsResponse.Builder |
DescribeObjectsResponse.Builder.pipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions.
|
GetPipelineDefinitionResponse.Builder |
GetPipelineDefinitionResponse.Builder.pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PipelineObject> |
DescribeObjectsPublisher.pipelineObjects()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PipelineObject> |
DescribeObjectsIterable.pipelineObjects()
Returns an iterable to iterate through the paginated
DescribeObjectsResponse.pipelineObjects() member. |
Copyright © 2022. All rights reserved.