Interface UpdateResolverConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateResolverConfigRequest.Builder,UpdateResolverConfigRequest>,Route53ResolverRequest.Builder,SdkBuilder<UpdateResolverConfigRequest.Builder,UpdateResolverConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateResolverConfigRequest
public static interface UpdateResolverConfigRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateResolverConfigRequest.Builder,UpdateResolverConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResolverConfigRequest.BuilderautodefinedReverseFlag(String autodefinedReverseFlag)Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups.UpdateResolverConfigRequest.BuilderautodefinedReverseFlag(AutodefinedReverseFlag autodefinedReverseFlag)Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups.UpdateResolverConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResolverConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResolverConfigRequest.BuilderresourceId(String resourceId)Resource ID of the Amazon VPC that you want to update the Resolver configuration for.-
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.services.route53resolver.model.Route53ResolverRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceId
UpdateResolverConfigRequest.Builder resourceId(String resourceId)
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
- Parameters:
resourceId- Resource ID of the Amazon VPC that you want to update the Resolver configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autodefinedReverseFlag
UpdateResolverConfigRequest.Builder autodefinedReverseFlag(String autodefinedReverseFlag)
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
- Parameters:
autodefinedReverseFlag- Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutodefinedReverseFlag,AutodefinedReverseFlag
-
autodefinedReverseFlag
UpdateResolverConfigRequest.Builder autodefinedReverseFlag(AutodefinedReverseFlag autodefinedReverseFlag)
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
- Parameters:
autodefinedReverseFlag- Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutodefinedReverseFlag,AutodefinedReverseFlag
-
overrideConfiguration
UpdateResolverConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateResolverConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-