Uses of Interface
software.amazon.awssdk.services.kafka.model.GetBootstrapBrokersRequest.Builder
-
Packages that use GetBootstrapBrokersRequest.Builder Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.model -
-
Uses of GetBootstrapBrokersRequest.Builder in software.amazon.awssdk.services.kafka
Method parameters in software.amazon.awssdk.services.kafka with type arguments of type GetBootstrapBrokersRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBootstrapBrokersResponse>KafkaAsyncClient. getBootstrapBrokers(Consumer<GetBootstrapBrokersRequest.Builder> getBootstrapBrokersRequest)A list of brokers that a client application can use to bootstrap.default GetBootstrapBrokersResponseKafkaClient. getBootstrapBrokers(Consumer<GetBootstrapBrokersRequest.Builder> getBootstrapBrokersRequest)A list of brokers that a client application can use to bootstrap. -
Uses of GetBootstrapBrokersRequest.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return GetBootstrapBrokersRequest.Builder Modifier and Type Method Description static GetBootstrapBrokersRequest.BuilderGetBootstrapBrokersRequest. builder()GetBootstrapBrokersRequest.BuilderGetBootstrapBrokersRequest.Builder. clusterArn(String clusterArn)The Amazon Resource Name (ARN) that uniquely identifies the cluster.GetBootstrapBrokersRequest.BuilderGetBootstrapBrokersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBootstrapBrokersRequest.BuilderGetBootstrapBrokersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBootstrapBrokersRequest.BuilderGetBootstrapBrokersRequest. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type GetBootstrapBrokersRequest.Builder Modifier and Type Method Description static Class<? extends GetBootstrapBrokersRequest.Builder>GetBootstrapBrokersRequest. serializableBuilderClass()
-