Class ConnectorProfile
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ConnectorProfile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorProfile.Builder,ConnectorProfile>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorProfile.Builder,ConnectorProfile>
Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the
connectorProfilePropertiesfield.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorProfile.Builderbuilder()ConnectionModeconnectionMode()Indicates the connection mode and if it is public or private.StringconnectionModeAsString()Indicates the connection mode and if it is public or private.StringconnectorLabel()The label for the connector profile being created.StringconnectorProfileArn()The Amazon Resource Name (ARN) of the connector profile.StringconnectorProfileName()The name of the connector profile.ConnectorProfilePropertiesconnectorProfileProperties()The connector-specific properties of the profile configuration.ConnectorTypeconnectorType()The type of connector, such as Salesforce, Amplitude, and so on.StringconnectorTypeAsString()The type of connector, such as Salesforce, Amplitude, and so on.InstantcreatedAt()Specifies when the connector profile was created.StringcredentialsArn()The Amazon Resource Name (ARN) of the connector profile credentials.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()Specifies when the connector profile was last updated.PrivateConnectionProvisioningStateprivateConnectionProvisioningState()Specifies the private connection provisioning state.List<SdkField<?>>sdkFields()static Class<? extends ConnectorProfile.Builder>serializableBuilderClass()ConnectorProfile.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectorProfileArn
public final String connectorProfileArn()
The Amazon Resource Name (ARN) of the connector profile.
- Returns:
- The Amazon Resource Name (ARN) of the connector profile.
-
connectorProfileName
public final String connectorProfileName()
The name of the connector profile. The name is unique for each
ConnectorProfilein the Amazon Web Services account.- Returns:
- The name of the connector profile. The name is unique for each
ConnectorProfilein the Amazon Web Services account.
-
connectorType
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,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector, such as Salesforce, Amplitude, and so on.
- See Also:
ConnectorType
-
connectorTypeAsString
public 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,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector, such as Salesforce, Amplitude, and so on.
- See Also:
ConnectorType
-
connectorLabel
public final String connectorLabel()
The label for the connector profile being created.
- Returns:
- The label for the connector profile being created.
-
connectionMode
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,
connectionModewill returnConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionModeAsString().- Returns:
- Indicates the connection mode and if it is public or private.
- See Also:
ConnectionMode
-
connectionModeAsString
public 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,
connectionModewill returnConnectionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionModeAsString().- Returns:
- Indicates the connection mode and if it is public or private.
- See Also:
ConnectionMode
-
credentialsArn
public final String credentialsArn()
The Amazon Resource Name (ARN) of the connector profile credentials.
- Returns:
- The Amazon Resource Name (ARN) of the connector profile credentials.
-
connectorProfileProperties
public final ConnectorProfileProperties connectorProfileProperties()
The connector-specific properties of the profile configuration.
- Returns:
- The connector-specific properties of the profile configuration.
-
createdAt
public final Instant createdAt()
Specifies when the connector profile was created.
- Returns:
- Specifies when the connector profile was created.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
Specifies when the connector profile was last updated.
- Returns:
- Specifies when the connector profile was last updated.
-
privateConnectionProvisioningState
public final PrivateConnectionProvisioningState privateConnectionProvisioningState()
Specifies the private connection provisioning state.
- Returns:
- Specifies the private connection provisioning state.
-
toBuilder
public ConnectorProfile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorProfile.Builder,ConnectorProfile>
-
builder
public static ConnectorProfile.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorProfile.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-