public static interface ListComponentBuildVersionsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListComponentBuildVersionsRequest.Builder,ListComponentBuildVersionsRequest>
Modifier and Type | Method and Description |
---|---|
ListComponentBuildVersionsRequest.Builder |
componentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
|
ListComponentBuildVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum items to return in a request.
|
ListComponentBuildVersionsRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListComponentBuildVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListComponentBuildVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListComponentBuildVersionsRequest.Builder componentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
componentVersionArn
- The component version Amazon Resource Name (ARN) whose versions you want to list.ListComponentBuildVersionsRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.ListComponentBuildVersionsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated
response.ListComponentBuildVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListComponentBuildVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.