@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorConfigRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorConfigRequest.Builder,ConnectorConfigRequest>
The configuration sent to a cluster for configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ConnectorConfigProvider |
provider()
The cloud provider for the target cluster to connect.
|
String |
providerAsString()
The cloud provider for the target cluster to connect.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorConfigRequest.Builder> |
serializableBuilderClass() |
ConnectorConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
public final ConnectorConfigProvider provider()
The cloud provider for the target cluster to connect.
If the service returns an enum value that is not available in the current SDK version, provider will
return ConnectorConfigProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from providerAsString().
ConnectorConfigProviderpublic final String providerAsString()
The cloud provider for the target cluster to connect.
If the service returns an enum value that is not available in the current SDK version, provider will
return ConnectorConfigProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from providerAsString().
ConnectorConfigProviderpublic ConnectorConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorConfigRequest.Builder,ConnectorConfigRequest>public static ConnectorConfigRequest.Builder builder()
public static Class<? extends ConnectorConfigRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.