CopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
, SdkBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
public static interface DescribeObjectsResponse.Builder extends CopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineObjects(java.util.Collection)
or #withPipelineObjects(java.util.Collection)
if
you want to override the existing values.
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.