public static interface ConnectorConfigRequest.Builder extends SdkPojo, CopyableBuilder<ConnectorConfigRequest.Builder,ConnectorConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfigRequest.Builder |
provider(ConnectorConfigProvider provider)
The cloud provider for the target cluster to connect.
|
ConnectorConfigRequest.Builder |
provider(String provider)
The cloud provider for the target cluster to connect.
|
ConnectorConfigRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorConfigRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
roleArn - The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.ConnectorConfigRequest.Builder provider(String provider)
The cloud provider for the target cluster to connect.
provider - The cloud provider for the target cluster to connect.ConnectorConfigProvider,
ConnectorConfigProviderConnectorConfigRequest.Builder provider(ConnectorConfigProvider provider)
The cloud provider for the target cluster to connect.
provider - The cloud provider for the target cluster to connect.ConnectorConfigProvider,
ConnectorConfigProviderCopyright © 2021. All rights reserved.