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) |
DeleteConnectorProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConnectorProfileRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDeleteConnectorProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.