public static interface CreateConnectorProfileRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectorProfileRequest.Builder,CreateConnectorProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorProfileRequest.Builder |
connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest.Builder |
connectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest.Builder |
connectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
default CreateConnectorProfileRequest.Builder |
connectorProfileConfig(Consumer<ConnectorProfileConfig.Builder> connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
CreateConnectorProfileRequest.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
CreateConnectorProfileRequest.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest.Builder |
kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
CreateConnectorProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectorProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectorProfileRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in your AWS
account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in your
AWS account.CreateConnectorProfileRequest.Builder kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide
anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.CreateConnectorProfileRequest.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,
ConnectorTypeCreateConnectorProfileRequest.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,
ConnectorTypeCreateConnectorProfileRequest.Builder connectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet.
connectionMode - Indicates the connection mode and specifies whether it is public or private. Private flows use AWS
PrivateLink to route data over AWS infrastructure without exposing it to the public internet.ConnectionMode,
ConnectionModeCreateConnectorProfileRequest.Builder connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet.
connectionMode - Indicates the connection mode and specifies whether it is public or private. Private flows use AWS
PrivateLink to route data over AWS infrastructure without exposing it to the public internet.ConnectionMode,
ConnectionModeCreateConnectorProfileRequest.Builder connectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
connectorProfileConfig - Defines the connector-specific configuration and credentials.default CreateConnectorProfileRequest.Builder connectorProfileConfig(Consumer<ConnectorProfileConfig.Builder> connectorProfileConfig)
Defines the connector-specific configuration and credentials.
This is a convenience that creates an instance of theConnectorProfileConfig.Builder avoiding the
need to create one manually via ConnectorProfileConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectorProfileConfig(ConnectorProfileConfig).connectorProfileConfig - a consumer that will call methods on ConnectorProfileConfig.BuilderconnectorProfileConfig(ConnectorProfileConfig)CreateConnectorProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectorProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.