Interface DeleteConnectorProfileRequest.Builder
- All Superinterfaces:
AppflowRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteConnectorProfileRequest.Builder,
,DeleteConnectorProfileRequest> SdkBuilder<DeleteConnectorProfileRequest.Builder,
,DeleteConnectorProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteConnectorProfileRequest
public static interface DeleteConnectorProfileRequest.Builder
extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorProfileName
(String connectorProfileName) The name of the connector profile.forceDelete
(Boolean forceDelete) Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
connectorProfileName
The name of the connector profile. The name is unique for each
ConnectorProfile
in your account.- Parameters:
connectorProfileName
- The name of the connector profile. The name is unique for eachConnectorProfile
in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceDelete
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
- Parameters:
forceDelete
- Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteConnectorProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteConnectorProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-