@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() |
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 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 © 2022. All rights reserved.