Interface DeleteProtectionGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteProtectionGroupRequest.Builder,DeleteProtectionGroupRequest>,SdkBuilder<DeleteProtectionGroupRequest.Builder,DeleteProtectionGroupRequest>,SdkPojo,SdkRequest.Builder,ShieldRequest.Builder
- Enclosing class:
- DeleteProtectionGroupRequest
public static interface DeleteProtectionGroupRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<DeleteProtectionGroupRequest.Builder,DeleteProtectionGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProtectionGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteProtectionGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteProtectionGroupRequest.BuilderprotectionGroupId(String protectionGroupId)The name of the protection group.-
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
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldRequest.Builder
build
-
-
-
-
Method Detail
-
protectionGroupId
DeleteProtectionGroupRequest.Builder protectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
- Parameters:
protectionGroupId- The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteProtectionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteProtectionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-