Interface ListWorkflowBuildVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowBuildVersionsRequest.Builder,,ListWorkflowBuildVersionsRequest> ImagebuilderRequest.Builder,SdkBuilder<ListWorkflowBuildVersionsRequest.Builder,,ListWorkflowBuildVersionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListWorkflowBuildVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListWorkflowBuildVersionsRequest.Builder
extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowBuildVersionsRequest.Builder,ListWorkflowBuildVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of items to return in a single 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.workflowVersionArn(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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowVersionArn
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions. The version segments can contain wildcards (
x) to match multiple versions of the workflow. If you don't specify an ARN, the response lists build versions for all of the workflows in your account.- Parameters:
workflowVersionArn- The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions. The version segments can contain wildcards (x) to match multiple versions of the workflow. If you don't specify an ARN, the response lists build versions for all of the workflows in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items to return in a single request.
- Parameters:
maxResults- The maximum number of items to return in a single 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. Use the
nextTokenvalue from a previously truncated response.- Parameters:
nextToken- A token to specify where to start paginating. Use thenextTokenvalue 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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListWorkflowBuildVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-