public static interface DescribeObjectsResponse.Builder extends DataPipelineResponse.Builder, SdkPojo, 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(Consumer<PipelineObject.Builder>... pipelineObjects)
An array of object definitions.
|
DescribeObjectsResponse.Builder |
pipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeObjectsResponse.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 pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects)
An array of object definitions.
This is a convenience method that creates an instance of thePipelineObject.Builder avoiding the need to create
one manually via PipelineObject.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pipelineObjects(List.
pipelineObjects - a consumer that will call methods on
PipelineObject.Builder#pipelineObjects(java.util.Collection) 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 © 2022. All rights reserved.