@Generated(value="software.amazon.awssdk:codegen") public final class CreateConnectorProfileRequest extends AppflowRequest implements ToCopyableBuilder<CreateConnectorProfileRequest.Builder,CreateConnectorProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateConnectorProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateConnectorProfileRequest.Builder |
builder() |
ConnectionMode |
connectionMode()
Indicates the connection mode and specifies whether it is public or private.
|
String |
connectionModeAsString()
Indicates the connection mode and specifies whether it is public or private.
|
String |
connectorLabel()
The label of the connector.
|
ConnectorProfileConfig |
connectorProfileConfig()
Defines the connector-specific configuration and credentials.
|
String |
connectorProfileName()
The name of the connector profile.
|
ConnectorType |
connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
String |
connectorTypeAsString()
The type of connector, such as Salesforce, Amplitude, and so on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateConnectorProfileRequest.Builder> |
serializableBuilderClass() |
CreateConnectorProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile in your Amazon Web
Services account.
ConnectorProfile in your
Amazon Web Services account.public final String kmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
public final ConnectorType connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
If the service returns an enum value that is not available in the current SDK version, connectorType
will return ConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectorTypeAsString().
ConnectorTypepublic final String connectorTypeAsString()
The type of connector, such as Salesforce, Amplitude, and so on.
If the service returns an enum value that is not available in the current SDK version, connectorType
will return ConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectorTypeAsString().
ConnectorTypepublic final String connectorLabel()
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
ConnectorRegistration in your
Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public final ConnectionMode connectionMode()
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
If the service returns an enum value that is not available in the current SDK version, connectionMode
will return ConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionModeAsString().
ConnectionModepublic final String connectionModeAsString()
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
If the service returns an enum value that is not available in the current SDK version, connectionMode
will return ConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionModeAsString().
ConnectionModepublic final ConnectorProfileConfig connectorProfileConfig()
Defines the connector-specific configuration and credentials.
public CreateConnectorProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateConnectorProfileRequest.Builder,CreateConnectorProfileRequest>toBuilder in class AppflowRequestpublic static CreateConnectorProfileRequest.Builder builder()
public static Class<? extends CreateConnectorProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.