@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() |
String |
clientToken()
The
clientToken parameter is an idempotency token. |
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 final String clientToken()
The clientToken parameter is an idempotency token. It ensures that your
CreateConnectorProfile request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken parameter value.
If you omit a clientToken value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken, Amazon AppFlow considers it a new call to CreateConnectorProfile
. The token is active for 8 hours.
clientToken parameter is an idempotency token. It ensures that your
CreateConnectorProfile request completes only once. You choose the value to pass. For
example, if you don't receive a response from your request, you can safely retry the request with the
same clientToken parameter value.
If you omit a clientToken value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken, Amazon AppFlow considers it a new call to
CreateConnectorProfile. The token is active for 8 hours.
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 © 2023. All rights reserved.