public static interface DescribeObjectsResponse.Builder extends DataPipelineResponse.Builder, CopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeObjectsResponse.Builder |
hasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results to return.
|
DescribeObjectsResponse.Builder |
marker(String marker)
The starting point for the next page of results.
|
DescribeObjectsResponse.Builder |
pipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions.
|
DescribeObjectsResponse.Builder |
pipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
|
build
copy
apply, build
DescribeObjectsResponse.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions.
pipelineObjects
- An array of object definitions.DescribeObjectsResponse.Builder pipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
pipelineObjects
- An array of object definitions.DescribeObjectsResponse.Builder marker(String marker)
The starting point for the next page of results. To view the next page of results, call
DescribeObjects
again with this marker value. If the value is null, there are no more results.
marker
- The starting point for the next page of results. To view the next page of results, call
DescribeObjects
again with this marker value. If the value is null, there are no more
results.DescribeObjectsResponse.Builder hasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results to return.
hasMoreResults
- Indicates whether there are more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.