public static interface ListComponentVersionsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListComponentVersionsRequest.Builder,ListComponentVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComponentVersionsRequest.Builder |
arn(String arn)
The ARN of the
component.
|
ListComponentVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListComponentVersionsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListComponentVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentVersionsRequest.Builder arn(String arn)
The ARN of the component.
arn - The ARN of
the component.ListComponentVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListComponentVersionsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListComponentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.