Interface DescribeAutomationStepExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAutomationStepExecutionsRequest.Builder,
,DescribeAutomationStepExecutionsRequest> SdkBuilder<DescribeAutomationStepExecutionsRequest.Builder,
,DescribeAutomationStepExecutionsRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
DescribeAutomationStepExecutionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionautomationExecutionId
(String automationExecutionId) The Automation execution ID for which you want step execution descriptions.filters
(Collection<StepExecutionFilter> filters) One or more filters to limit the number of step executions returned by the request.filters
(Consumer<StepExecutionFilter.Builder>... filters) One or more filters to limit the number of step executions returned by the request.filters
(StepExecutionFilter... filters) One or more filters to limit the number of step executions returned by the request.maxResults
(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reverseOrder
(Boolean reverseOrder) Indicates whether to list step executions in reverse order by start time.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
automationExecutionId
The Automation execution ID for which you want step execution descriptions.
- Parameters:
automationExecutionId
- The Automation execution ID for which you want step execution descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
One or more filters to limit the number of step executions returned by the request.
- Parameters:
filters
- One or more filters to limit the number of step executions returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
One or more filters to limit the number of step executions returned by the request.
- Parameters:
filters
- One or more filters to limit the number of step executions returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeAutomationStepExecutionsRequest.Builder filters(Consumer<StepExecutionFilter.Builder>... filters) One or more filters to limit the number of step executions returned by the request.
This is a convenience method that creates an instance of theStepExecutionFilter.Builder
avoiding the need to create one manually viaStepExecutionFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<StepExecutionFilter>)
.- Parameters:
filters
- a consumer that will call methods onStepExecutionFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
- Parameters:
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseOrder
Indicates whether to list step executions in reverse order by start time. The default value is 'false'.
- Parameters:
reverseOrder
- Indicates whether to list step executions in reverse order by start time. The default value is 'false'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAutomationStepExecutionsRequest.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
DescribeAutomationStepExecutionsRequest.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.
-