Interface CreateConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateConnectorResponse.Builder,,CreateConnectorResponse> KafkaConnectResponse.Builder,SdkBuilder<CreateConnectorResponse.Builder,,CreateConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateConnectorResponse
public static interface CreateConnectorResponse.Builder
extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectorResponse.Builder,CreateConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorArn(String connectorArn) The Amazon Resource Name (ARN) that Amazon assigned to the connector.connectorName(String connectorName) The name of the connector.connectorState(String connectorState) The state of the connector.connectorState(ConnectorState connectorState) The state of the connector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectorArn
The Amazon Resource Name (ARN) that Amazon assigned to the connector.
- Parameters:
connectorArn- The Amazon Resource Name (ARN) that Amazon assigned to the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorName
The name of the connector.
- Parameters:
connectorName- The name of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorState
The state of the connector.
- Parameters:
connectorState- The state of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorState
The state of the connector.
- Parameters:
connectorState- The state of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-