public static interface UpdateConnectorRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectorRequest.Builder,UpdateConnectorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorRequest.Builder |
capacity(CapacityUpdate capacity)
The target capacity.
|
default UpdateConnectorRequest.Builder |
capacity(Consumer<CapacityUpdate.Builder> capacity)
The target capacity.
|
UpdateConnectorRequest.Builder |
connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you want to update.
|
UpdateConnectorRequest.Builder |
currentVersion(String currentVersion)
The current version of the connector that you want to update.
|
UpdateConnectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectorRequest.Builder capacity(CapacityUpdate capacity)
The target capacity.
capacity - The target capacity.default UpdateConnectorRequest.Builder capacity(Consumer<CapacityUpdate.Builder> capacity)
The target capacity.
This is a convenience method that creates an instance of theCapacityUpdate.Builder avoiding the need
to create one manually via CapacityUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to capacity(CapacityUpdate).
capacity - a consumer that will call methods on CapacityUpdate.Buildercapacity(CapacityUpdate)UpdateConnectorRequest.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you want to update.
connectorArn - The Amazon Resource Name (ARN) of the connector that you want to update.UpdateConnectorRequest.Builder currentVersion(String currentVersion)
The current version of the connector that you want to update.
currentVersion - The current version of the connector that you want to update.UpdateConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.