public static interface DescribeObjectsRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
Modifier and Type | Method and 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(Collection<String> objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest.Builder |
objectIds(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.
|
DescribeObjectsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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
.
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.DescribeObjectsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.