@Generated(value="software.amazon.awssdk:codegen") public final class AppflowIntegrationWorkflowAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>
Structure holding all APPFLOW_INTEGRATION specific workflow attributes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppflowIntegrationWorkflowAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppflowIntegrationWorkflowAttributes.Builder |
builder() |
String |
connectorProfileName()
The name of the AppFlow connector profile used for ingestion.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppflowIntegrationWorkflowAttributes.Builder> |
serializableBuilderClass() |
SourceConnectorType |
sourceConnectorType()
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.
|
String |
sourceConnectorTypeAsString()
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.
|
AppflowIntegrationWorkflowAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SourceConnectorType sourceConnectorType()
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
If the service returns an enum value that is not available in the current SDK version,
sourceConnectorType will return SourceConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from sourceConnectorTypeAsString().
SourceConnectorTypepublic final String sourceConnectorTypeAsString()
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
If the service returns an enum value that is not available in the current SDK version,
sourceConnectorType will return SourceConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from sourceConnectorTypeAsString().
SourceConnectorTypepublic final String connectorProfileName()
The name of the AppFlow connector profile used for ingestion.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.
public AppflowIntegrationWorkflowAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>public static AppflowIntegrationWorkflowAttributes.Builder builder()
public static Class<? extends AppflowIntegrationWorkflowAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.