@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConnectorProfileRequest extends AppflowRequest implements ToCopyableBuilder<UpdateConnectorProfileRequest.Builder,UpdateConnectorProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConnectorProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConnectorProfileRequest.Builder |
builder() |
String |
clientToken()
The
clientToken parameter is an idempotency token. |
ConnectionMode |
connectionMode()
Indicates the connection mode and if it is public or private.
|
String |
connectionModeAsString()
Indicates the connection mode and if it is public or private.
|
ConnectorProfileConfig |
connectorProfileConfig()
Defines the connector-specific profile configuration and credentials.
|
String |
connectorProfileName()
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services
account. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConnectorProfileRequest.Builder> |
serializableBuilderClass() |
UpdateConnectorProfileRequest.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 and is unique for each ConnectorProfile in the Amazon Web Services
account.
ConnectorProfile in the Amazon Web
Services account.public final ConnectionMode connectionMode()
Indicates the connection mode and if it is public or private.
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 if it is public or private.
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 profile configuration and credentials.
public final String clientToken()
The clientToken parameter is an idempotency token. It ensures that your
UpdateConnectorProfile 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 UpdateConnectorProfile
. The token is active for 8 hours.
clientToken parameter is an idempotency token. It ensures that your
UpdateConnectorProfile 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
UpdateConnectorProfile. The token is active for 8 hours.
public UpdateConnectorProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConnectorProfileRequest.Builder,UpdateConnectorProfileRequest>toBuilder in class AppflowRequestpublic static UpdateConnectorProfileRequest.Builder builder()
public static Class<? extends UpdateConnectorProfileRequest.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.