public static interface DeleteConnectorProfileRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>
Modifier and Type | Method and Description |
---|---|
DeleteConnectorProfileRequest.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DeleteConnectorProfileRequest.Builder |
forceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more
flows.
|
DeleteConnectorProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteConnectorProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteConnectorProfileRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in your account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in your
account.DeleteConnectorProfileRequest.Builder forceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
forceDelete
- Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or
more flows.DeleteConnectorProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteConnectorProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.