public static interface UpdateConnectorResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectorResponse.Builder,UpdateConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorResponse.Builder |
connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
UpdateConnectorResponse.Builder |
connectorState(ConnectorState connectorState)
The state of the connector.
|
UpdateConnectorResponse.Builder |
connectorState(String connectorState)
The state of the connector.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectorResponse.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
connectorArn - The Amazon Resource Name (ARN) of the connector.UpdateConnectorResponse.Builder connectorState(String connectorState)
The state of the connector.
connectorState - The state of the connector.ConnectorState,
ConnectorStateUpdateConnectorResponse.Builder connectorState(ConnectorState connectorState)
The state of the connector.
connectorState - The state of the connector.ConnectorState,
ConnectorStateCopyright © 2023. All rights reserved.