CopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
, SdkBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
public static interface DescribeObjectsRequest.Builder extends CopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeObjectsRequest.Builder |
evaluateExpressions(Boolean evaluateExpressions) |
Indicates whether any expressions in the object should be evaluated when the object descriptions are
returned.
|
DescribeObjectsRequest.Builder |
marker(String marker) |
The starting point for the results to be returned.
|
DescribeObjectsRequest.Builder |
objectIds(String... objectIds) |
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest.Builder |
objectIds(Collection<String> objectIds) |
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest.Builder |
pipelineId(String pipelineId) |
The ID of the pipeline that contains the object definitions.
|
copy
apply, build
DescribeObjectsRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
pipelineId
- The ID of the pipeline that contains the object definitions.DescribeObjectsRequest.Builder objectIds(Collection<String> objectIds)
The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25
identifiers in a single call to DescribeObjects
.
objectIds
- The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as
25 identifiers in a single call to DescribeObjects
.DescribeObjectsRequest.Builder objectIds(String... objectIds)
The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25
identifiers in a single call to DescribeObjects
.
NOTE: This method appends the values to the existing list (if any). Use
#setObjectIds(java.util.Collection)
or #withObjectIds(java.util.Collection)
if you want to
override the existing values.
objectIds
- The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as
25 identifiers in a single call to DescribeObjects
.DescribeObjectsRequest.Builder evaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated when the object descriptions are
returned.DescribeObjectsRequest.Builder marker(String marker)
The starting point for the results to be returned. For the first call, this value should be empty. As long as
there are more results, continue to call DescribeObjects
with the marker value from the previous
call to retrieve the next set of results.
marker
- The starting point for the results to be returned. For the first call, this value should be empty. As
long as there are more results, continue to call DescribeObjects
with the marker value
from the previous call to retrieve the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.