Interface ListComponentVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComponentVersionsRequest.Builder,ListComponentVersionsRequest>,GreengrassV2Request.Builder,SdkBuilder<ListComponentVersionsRequest.Builder,ListComponentVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComponentVersionsRequest
public static interface ListComponentVersionsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListComponentVersionsRequest.Builder,ListComponentVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComponentVersionsRequest.Builderarn(String arn)The ARN of the component.ListComponentVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListComponentVersionsRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListComponentVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.greengrassv2.model.GreengrassV2Request.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
-
arn
ListComponentVersionsRequest.Builder arn(String arn)
The ARN of the component.
- Parameters:
arn- The ARN of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListComponentVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
- Parameters:
maxResults- The maximum number of results to be returned per paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListComponentVersionsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
- Parameters:
nextToken- The token to be used for the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComponentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComponentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-