public static interface DescribeProtectionRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<DescribeProtectionRequest.Builder,DescribeProtectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeProtectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeProtectionRequest.Builder |
protectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described.
|
DescribeProtectionRequest.Builder |
resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the Amazon Web Services resource for the Protection object that is
described.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProtectionRequest.Builder protectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described. When submitting the
DescribeProtection request you must provide either the ResourceArn or the
ProtectionID, but not both.
protectionId - The unique identifier (ID) for the Protection object that is described. When submitting the
DescribeProtection request you must provide either the ResourceArn or the
ProtectionID, but not both.DescribeProtectionRequest.Builder resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the Amazon Web Services resource for the Protection object that is
described. When submitting the DescribeProtection request you must provide either the
ResourceArn or the ProtectionID, but not both.
resourceArn - The ARN (Amazon Resource Name) of the Amazon Web Services resource for the Protection object
that is described. When submitting the DescribeProtection request you must provide either
the ResourceArn or the ProtectionID, but not both.DescribeProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.