Interface DeleteApplicationRequest.Builder
- All Superinterfaces:
AppIntegrationsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteApplicationRequest.Builder,,DeleteApplicationRequest> SdkBuilder<DeleteApplicationRequest.Builder,,DeleteApplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteApplicationRequest
@Mutable
@NotThreadSafe
public static interface DeleteApplicationRequest.Builder
extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Application.Specifies whether to delete the application even if it still has application associations.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.appintegrations.model.AppIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the Application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
Specifies whether to delete the application even if it still has application associations. If
true, the operation removes the application and its associations. Iffalseor absent, the delete fails when associations exist.Setting this parameter to
truepermanently removes all of the application's associations. Doing so might impact other resources that rely on and reference the application. This action can't be undone.- Parameters:
force- Specifies whether to delete the application even if it still has application associations. Iftrue, the operation removes the application and its associations. Iffalseor absent, the delete fails when associations exist.Setting this parameter to
truepermanently removes all of the application's associations. Doing so might impact other resources that rely on and reference the application. This action can't be undone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-