public static interface CreateConnectorProfileRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectorProfileRequest.Builder,CreateConnectorProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorProfileRequest.Builder |
clientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
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 clientToken(String clientToken)
The clientToken parameter is an idempotency token. It ensures that your
CreateConnectorProfile request completes only once. You choose the value to pass. For example,
if you don't receive a response from your request, you can safely retry the request with the same
clientToken parameter value.
If you omit a clientToken value, the Amazon Web Services SDK that you are using inserts a value
for you. This way, the SDK can safely retry requests multiple times after a network error. You must provide
your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken, Amazon AppFlow considers it a new call to
CreateConnectorProfile. The token is active for 8 hours.
clientToken - The clientToken parameter is an idempotency token. It ensures that your
CreateConnectorProfile request completes only once. You choose the value to pass. For
example, if you don't receive a response from your request, you can safely retry the request with the
same clientToken parameter value.
If you omit a clientToken value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You
must provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken, Amazon AppFlow considers it a new call to
CreateConnectorProfile. The token is active for 8 hours.
CreateConnectorProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectorProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.