Interface ListWorkflowExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>,ImagebuilderRequest.Builder,SdkBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowExecutionsRequest
public static interface ListWorkflowExecutionsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowExecutionsRequest.BuilderimageBuildVersionArn(String imageBuildVersionArn)List all workflow runtime instances for the specified image build version resource ARN.ListWorkflowExecutionsRequest.BuildermaxResults(Integer maxResults)The maximum items to return in a request.ListWorkflowExecutionsRequest.BuildernextToken(String nextToken)A token to specify where to start paginating.ListWorkflowExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListWorkflowExecutionsRequest.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
ListWorkflowExecutionsRequest.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.
-
imageBuildVersionArn
ListWorkflowExecutionsRequest.Builder imageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
- Parameters:
imageBuildVersionArn- List all workflow runtime instances for the specified image build version resource ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-