Uses of Interface
software.amazon.awssdk.services.route53.model.CreateReusableDelegationSetRequest.Builder
Packages that use CreateReusableDelegationSetRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateReusableDelegationSetRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateReusableDelegationSetRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest) Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.Route53Client.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest) Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account. -
Uses of CreateReusableDelegationSetRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateReusableDelegationSetRequest.BuilderModifier and TypeMethodDescriptionCreateReusableDelegationSetRequest.builder()CreateReusableDelegationSetRequest.Builder.callerReference(String callerReference) A unique string that identifies the request, and that allows you to retry failedCreateReusableDelegationSetrequests without the risk of executing the operation twice.CreateReusableDelegationSetRequest.Builder.hostedZoneId(String hostedZoneId) If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.CreateReusableDelegationSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateReusableDelegationSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateReusableDelegationSetRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateReusableDelegationSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateReusableDelegationSetRequest.Builder>CreateReusableDelegationSetRequest.serializableBuilderClass()