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 |
connectorLabel(String connectorLabel)
The label of the connector.
|
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 Amazon
Web Services account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in your
Amazon Web Services 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 connectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel - The label of the connector. The label is unique for each ConnectorRegistration in your
Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.CreateConnectorProfileRequest.Builder connectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
connectionMode - Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon
Web Services PrivateLink to route data over Amazon Web Services 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 Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
connectionMode - Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon
Web Services PrivateLink to route data over Amazon Web Services 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 method 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 © 2022. All rights reserved.