| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorProfile.Builder |
ConnectorProfile.builder() |
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorLabel(String connectorLabel)
The label for the connector profile being created.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
default ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.createdAt(Instant createdAt)
Specifies when the connector profile was created.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.credentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the connector profile was last updated.
|
default ConnectorProfile.Builder |
ConnectorProfile.Builder.privateConnectionProvisioningState(Consumer<PrivateConnectionProvisioningState.Builder> privateConnectionProvisioningState)
Specifies the private connection provisioning state.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.privateConnectionProvisioningState(PrivateConnectionProvisioningState privateConnectionProvisioningState)
Specifies the private connection provisioning state.
|
ConnectorProfile.Builder |
ConnectorProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectorProfile.Builder> |
ConnectorProfile.serializableBuilderClass() |
Copyright © 2022. All rights reserved.