Interface ConnectorConfigRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorConfigRequest.Builder,
,ConnectorConfigRequest> SdkBuilder<ConnectorConfigRequest.Builder,
,ConnectorConfigRequest> SdkPojo
- Enclosing class:
ConnectorConfigRequest
public static interface ConnectorConfigRequest.Builder
extends SdkPojo, CopyableBuilder<ConnectorConfigRequest.Builder,ConnectorConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe cloud provider for the target cluster to connect.provider
(ConnectorConfigProvider provider) The cloud provider for the target cluster to connect.The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
roleArn
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The cloud provider for the target cluster to connect.
- Parameters:
provider
- The cloud provider for the target cluster to connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The cloud provider for the target cluster to connect.
- Parameters:
provider
- The cloud provider for the target cluster to connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-