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