public static interface ConnectorProfile.Builder extends SdkPojo, CopyableBuilder<ConnectorProfile.Builder,ConnectorProfile>
| Modifier and Type | Method and Description |
|---|---|
ConnectorProfile.Builder |
connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
connectorLabel(String connectorLabel)
The label for the connector profile being created.
|
ConnectorProfile.Builder |
connectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
|
ConnectorProfile.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ConnectorProfile.Builder |
connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
default ConnectorProfile.Builder |
connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
ConnectorProfile.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
createdAt(Instant createdAt)
Specifies when the connector profile was created.
|
ConnectorProfile.Builder |
credentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
|
ConnectorProfile.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the connector profile was last updated.
|
default ConnectorProfile.Builder |
privateConnectionProvisioningState(Consumer<PrivateConnectionProvisioningState.Builder> privateConnectionProvisioningState)
Specifies the private connection provisioning state.
|
ConnectorProfile.Builder |
privateConnectionProvisioningState(PrivateConnectionProvisioningState privateConnectionProvisioningState)
Specifies the private connection provisioning state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorProfile.Builder connectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
connectorProfileArn - The Amazon Resource Name (ARN) of the connector profile.ConnectorProfile.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the
Amazon Web Services account.ConnectorProfile.Builder connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeConnectorProfile.Builder connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType,
ConnectorTypeConnectorProfile.Builder connectorLabel(String connectorLabel)
The label for the connector profile being created.
connectorLabel - The label for the connector profile being created.ConnectorProfile.Builder connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode - Indicates the connection mode and if it is public or private.ConnectionMode,
ConnectionModeConnectorProfile.Builder connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode - Indicates the connection mode and if it is public or private.ConnectionMode,
ConnectionModeConnectorProfile.Builder credentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
credentialsArn - The Amazon Resource Name (ARN) of the connector profile credentials.ConnectorProfile.Builder connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
connectorProfileProperties - The connector-specific properties of the profile configuration.default ConnectorProfile.Builder connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
This is a convenience method that creates an instance of theConnectorProfileProperties.Builder
avoiding the need to create one manually via ConnectorProfileProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to connectorProfileProperties(ConnectorProfileProperties).
connectorProfileProperties - a consumer that will call methods on ConnectorProfileProperties.BuilderconnectorProfileProperties(ConnectorProfileProperties)ConnectorProfile.Builder createdAt(Instant createdAt)
Specifies when the connector profile was created.
createdAt - Specifies when the connector profile was created.ConnectorProfile.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the connector profile was last updated.
lastUpdatedAt - Specifies when the connector profile was last updated.ConnectorProfile.Builder privateConnectionProvisioningState(PrivateConnectionProvisioningState privateConnectionProvisioningState)
Specifies the private connection provisioning state.
privateConnectionProvisioningState - Specifies the private connection provisioning state.default ConnectorProfile.Builder privateConnectionProvisioningState(Consumer<PrivateConnectionProvisioningState.Builder> privateConnectionProvisioningState)
Specifies the private connection provisioning state.
This is a convenience method that creates an instance of thePrivateConnectionProvisioningState.Builder avoiding the need to create one manually via
PrivateConnectionProvisioningState.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
privateConnectionProvisioningState(PrivateConnectionProvisioningState).
privateConnectionProvisioningState - a consumer that will call methods on PrivateConnectionProvisioningState.BuilderprivateConnectionProvisioningState(PrivateConnectionProvisioningState)Copyright © 2022. All rights reserved.