Interface UpdateHostedZoneFeaturesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHostedZoneFeaturesRequest.Builder,,UpdateHostedZoneFeaturesRequest> Route53Request.Builder,SdkBuilder<UpdateHostedZoneFeaturesRequest.Builder,,UpdateHostedZoneFeaturesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateHostedZoneFeaturesRequest
@Mutable
@NotThreadSafe
public static interface UpdateHostedZoneFeaturesRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<UpdateHostedZoneFeaturesRequest.Builder,UpdateHostedZoneFeaturesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionenableAcceleratedRecovery(Boolean enableAcceleratedRecovery) Specifies whether to enable accelerated recovery for the hosted zone.hostedZoneId(String hostedZoneId) The ID of the hosted zone for which you want to update features.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.route53.model.Route53Request.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
-
hostedZoneId
The ID of the hosted zone for which you want to update features. This is the unique identifier for your hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone for which you want to update features. This is the unique identifier for your hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAcceleratedRecovery
UpdateHostedZoneFeaturesRequest.Builder enableAcceleratedRecovery(Boolean enableAcceleratedRecovery) Specifies whether to enable accelerated recovery for the hosted zone. Set to
trueto enable accelerated recovery, orfalseto disable it.- Parameters:
enableAcceleratedRecovery- Specifies whether to enable accelerated recovery for the hosted zone. Set totrueto enable accelerated recovery, orfalseto disable it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHostedZoneFeaturesRequest.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
UpdateHostedZoneFeaturesRequest.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.
-