Interface ListWorkerConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkerConfigurationsRequest.Builder,ListWorkerConfigurationsRequest>,KafkaConnectRequest.Builder,SdkBuilder<ListWorkerConfigurationsRequest.Builder,ListWorkerConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkerConfigurationsRequest
public static interface ListWorkerConfigurationsRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<ListWorkerConfigurationsRequest.Builder,ListWorkerConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkerConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of worker configurations to list in one response.ListWorkerConfigurationsRequest.BuildernamePrefix(String namePrefix)Lists worker configuration names that start with the specified text string.ListWorkerConfigurationsRequest.BuildernextToken(String nextToken)If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.ListWorkerConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkerConfigurationsRequest.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.kafkaconnect.model.KafkaConnectRequest.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
-
maxResults
ListWorkerConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
- Parameters:
maxResults- The maximum number of worker configurations to list in one response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namePrefix
ListWorkerConfigurationsRequest.Builder namePrefix(String namePrefix)
Lists worker configuration names that start with the specified text string.
- Parameters:
namePrefix- Lists worker configuration names that start with the specified text string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkerConfigurationsRequest.Builder nextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
- Parameters:
nextToken- If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkerConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkerConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-