Interface UpdateGlobalResolverRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGlobalResolverRequest.Builder,,UpdateGlobalResolverRequest> Route53GlobalResolverRequest.Builder,SdkBuilder<UpdateGlobalResolverRequest.Builder,,UpdateGlobalResolverRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateGlobalResolverRequest
@Mutable
@NotThreadSafe
public static interface UpdateGlobalResolverRequest.Builder
extends Route53GlobalResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlobalResolverRequest.Builder,UpdateGlobalResolverRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the Global Resolver.globalResolverId(String globalResolverId) The ID of the Global Resolver.ipAddressType(String ipAddressType) The IP address type for the Global Resolver.ipAddressType(GlobalResolverIpAddressType ipAddressType) The IP address type for the Global Resolver.The name of the Global Resolver.observabilityRegion(String observabilityRegion) The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
globalResolverId
The ID of the Global Resolver.
- Parameters:
globalResolverId- The ID of the Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Global Resolver.
- Parameters:
name- The name of the Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
observabilityRegion
The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.
- Parameters:
observabilityRegion- The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Global Resolver.
- Parameters:
description- The description of the Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.
- Parameters:
ipAddressType- The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.
- Parameters:
ipAddressType- The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateGlobalResolverRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateGlobalResolverRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-