public static interface UpdateConnectivityRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectivityRequest.Builder,UpdateConnectivityRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectivityRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the configuration.
|
UpdateConnectivityRequest.Builder |
connectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
|
default UpdateConnectivityRequest.Builder |
connectivityInfo(Consumer<ConnectivityInfo.Builder> connectivityInfo)
Information about the broker access configuration.
|
UpdateConnectivityRequest.Builder |
currentVersion(String currentVersion)
The version of the MSK cluster to update.
|
UpdateConnectivityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectivityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectivityRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the configuration.
clusterArn - The Amazon Resource Name (ARN) of the configuration.
UpdateConnectivityRequest.Builder connectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
connectivityInfo - Information about the broker access configuration.
default UpdateConnectivityRequest.Builder connectivityInfo(Consumer<ConnectivityInfo.Builder> connectivityInfo)
Information about the broker access configuration.
This is a convenience method that creates an instance of theConnectivityInfo.Builder avoiding the
need to create one manually via ConnectivityInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connectivityInfo(ConnectivityInfo).
connectivityInfo - a consumer that will call methods on ConnectivityInfo.BuilderconnectivityInfo(ConnectivityInfo)UpdateConnectivityRequest.Builder currentVersion(String currentVersion)
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
currentVersion - The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
UpdateConnectivityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectivityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.