public static interface UpdateResolverDnssecConfigRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateResolverDnssecConfigRequest.Builder,UpdateResolverDnssecConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverDnssecConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResolverDnssecConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResolverDnssecConfigRequest.Builder |
resourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
|
UpdateResolverDnssecConfigRequest.Builder |
validation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
UpdateResolverDnssecConfigRequest.Builder |
validation(Validation validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResolverDnssecConfigRequest.Builder resourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
resourceId - The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.UpdateResolverDnssecConfigRequest.Builder validation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or DISABLE. Be aware that it can take time for a validation status change to be completed.
validation - The new value that you are specifying for DNSSEC validation for the VPC. The value can be
ENABLE or DISABLE. Be aware that it can take time for a validation status
change to be completed.Validation,
ValidationUpdateResolverDnssecConfigRequest.Builder validation(Validation validation)
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or DISABLE. Be aware that it can take time for a validation status change to be completed.
validation - The new value that you are specifying for DNSSEC validation for the VPC. The value can be
ENABLE or DISABLE. Be aware that it can take time for a validation status
change to be completed.Validation,
ValidationUpdateResolverDnssecConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResolverDnssecConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.