Interface ListWorkflowStepExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,
,ListWorkflowStepExecutionsRequest> ImagebuilderRequest.Builder
,SdkBuilder<ListWorkflowStepExecutionsRequest.Builder,
,ListWorkflowStepExecutionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListWorkflowStepExecutionsRequest
@Mutable
@NotThreadSafe
public static interface ListWorkflowStepExecutionsRequest.Builder
extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum items to return in a request.A token to specify where to start paginating.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workflowExecutionId
(String workflowExecutionId) The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.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.imagebuilder.model.ImagebuilderRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum items to return in a request.
- Parameters:
maxResults
- The maximum items to return in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
- Parameters:
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutionId
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
- Parameters:
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowStepExecutionsRequest.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
ListWorkflowStepExecutionsRequest.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.
-