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 to describe.
|
DescribeProtectionRequest.Builder |
resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected Amazon Web Services resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProtectionRequest.Builder protectionId(String protectionId)
The unique identifier (ID) for the Protection object to describe. You must provide either the
ResourceArn of the protected resource or the ProtectionID of the protection, but
not both.
protectionId - The unique identifier (ID) for the Protection object to describe. You must provide either the
ResourceArn of the protected resource or the ProtectionID of the protection,
but not both.DescribeProtectionRequest.Builder resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You must provide either the
ResourceArn of the protected resource or the ProtectionID of the protection, but
not both.
resourceArn - The ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You must provide either
the ResourceArn of the protected resource or the ProtectionID of the
protection, but not both.DescribeProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.