Interface ListConfigurationRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
,KafkaRequest.Builder
,SdkBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListConfigurationRevisionsRequest
public static interface ListConfigurationRevisionsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListConfigurationRevisionsRequest.Builder
overrideConfiguration(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.kafka.model.KafkaRequest.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
ListConfigurationRevisionsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
- Parameters:
arn
-The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
maxResults
-The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfigurationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-