public static interface ListConfigurationRevisionsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationRevisionsRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
|
ListConfigurationRevisionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListConfigurationRevisionsRequest.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListConfigurationRevisionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigurationRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationRevisionsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
ListConfigurationRevisionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
maxResults - The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
ListConfigurationRevisionsRequest.Builder nextToken(String nextToken)
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
nextToken - The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
ListConfigurationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConfigurationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.