public static interface DescribeObjectsRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeObjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeObjectsRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.