@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResolverConfigRequest extends Route53ResolverRequest implements ToCopyableBuilder<UpdateResolverConfigRequest.Builder,UpdateResolverConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResolverConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutodefinedReverseFlag |
autodefinedReverseFlag()
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups.
|
String |
autodefinedReverseFlagAsString()
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups.
|
static UpdateResolverConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResolverConfigRequest.Builder> |
serializableBuilderClass() |
UpdateResolverConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceId()
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
public final 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.
If the service returns an enum value that is not available in the current SDK version,
autodefinedReverseFlag will return AutodefinedReverseFlag.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from autodefinedReverseFlagAsString().
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.
AutodefinedReverseFlagpublic final String autodefinedReverseFlagAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
autodefinedReverseFlag will return AutodefinedReverseFlag.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from autodefinedReverseFlagAsString().
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.
AutodefinedReverseFlagpublic UpdateResolverConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResolverConfigRequest.Builder,UpdateResolverConfigRequest>toBuilder in class Route53ResolverRequestpublic static UpdateResolverConfigRequest.Builder builder()
public static Class<? extends UpdateResolverConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.