Interface UpdateConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateConnectorResponse.Builder,,UpdateConnectorResponse> KafkaConnectResponse.Builder,SdkBuilder<UpdateConnectorResponse.Builder,,UpdateConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateConnectorResponse
@Mutable
@NotThreadSafe
public static interface UpdateConnectorResponse.Builder
extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectorResponse.Builder,UpdateConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorArn(String connectorArn) The Amazon Resource Name (ARN) of the connector.connectorOperationArn(String connectorOperationArn) The Amazon Resource Name (ARN) of the connector operation.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectorArn
The Amazon Resource Name (ARN) of the connector.
- Parameters:
connectorArn- The Amazon Resource Name (ARN) 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:
-
connectorOperationArn
The Amazon Resource Name (ARN) of the connector operation.
- Parameters:
connectorOperationArn- The Amazon Resource Name (ARN) of the connector operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-