Interface ListWorkflowStepExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>,ImagebuilderRequest.Builder,SdkBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowStepExecutionsRequest
public static interface ListWorkflowStepExecutionsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowStepExecutionsRequest.BuildermaxResults(Integer maxResults)The maximum items to return in a request.ListWorkflowStepExecutionsRequest.BuildernextToken(String nextToken)A token to specify where to start paginating.ListWorkflowStepExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowStepExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowStepExecutionsRequest.BuilderworkflowExecutionId(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, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListWorkflowStepExecutionsRequest.Builder maxResults(Integer 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
ListWorkflowStepExecutionsRequest.Builder nextToken(String 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
ListWorkflowStepExecutionsRequest.Builder workflowExecutionId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowStepExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-