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