Interface DescribeObjectsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeObjectsRequest.Builder,
,DescribeObjectsRequest> DataPipelineRequest.Builder
,SdkBuilder<DescribeObjectsRequest.Builder,
,DescribeObjectsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeObjectsRequest
public static interface DescribeObjectsRequest.Builder
extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionevaluateExpressions
(Boolean evaluateExpressions) Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.The starting point for the results to be returned.The IDs of the pipeline objects that contain the definitions to be described.objectIds
(Collection<String> objectIds) The IDs of the pipeline objects that contain the definitions to be described.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineId
(String pipelineId) The ID of the pipeline that contains the object definitions.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
pipelineId
The ID of the pipeline that contains the object definitions.
- Parameters:
pipelineId
- The ID of the pipeline that contains the object definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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 toDescribeObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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 toDescribeObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluateExpressions
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
- Parameters:
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 callDescribeObjects
with the marker value from the previous call to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-