Interface GetBootstrapBrokersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetBootstrapBrokersRequest.Builder,GetBootstrapBrokersRequest>
,KafkaRequest.Builder
,SdkBuilder<GetBootstrapBrokersRequest.Builder,GetBootstrapBrokersRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetBootstrapBrokersRequest
public static interface GetBootstrapBrokersRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<GetBootstrapBrokersRequest.Builder,GetBootstrapBrokersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBootstrapBrokersRequest.Builder
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.GetBootstrapBrokersRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetBootstrapBrokersRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterArn
GetBootstrapBrokersRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Parameters:
clusterArn
-The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBootstrapBrokersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetBootstrapBrokersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-