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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaStepExecutionFilter.builder().When the
Consumercompletes,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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAutomationStepExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-