Interface ListComponentBuildVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListComponentBuildVersionsRequest.Builder,
,ListComponentBuildVersionsRequest> ImagebuilderRequest.Builder
,SdkBuilder<ListComponentBuildVersionsRequest.Builder,
,ListComponentBuildVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListComponentBuildVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListComponentBuildVersionsRequest.Builder
extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListComponentBuildVersionsRequest.Builder,ListComponentBuildVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentVersionArn
(String componentVersionArn) The component version Amazon Resource Name (ARN) whose versions you want to list.maxResults
(Integer maxResults) Specify the maximum number of 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.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
-
componentVersionArn
The component version Amazon Resource Name (ARN) whose versions you want to list.
- Parameters:
componentVersionArn
- The component version Amazon Resource Name (ARN) whose versions you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specify the maximum number of items to return in a request.
- Parameters:
maxResults
- Specify the maximum number of 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.
-
overrideConfiguration
ListComponentBuildVersionsRequest.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
ListComponentBuildVersionsRequest.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.
-