Uses of Interface
software.amazon.awssdk.services.route53.model.CreateHostedZoneResponse.Builder
Packages that use CreateHostedZoneResponse.Builder
-
Uses of CreateHostedZoneResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateHostedZoneResponse.BuilderModifier and TypeMethodDescriptionCreateHostedZoneResponse.builder()default CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder.changeInfo(Consumer<ChangeInfo.Builder> changeInfo) A complex type that contains information about theCreateHostedZonerequest.CreateHostedZoneResponse.Builder.changeInfo(ChangeInfo changeInfo) A complex type that contains information about theCreateHostedZonerequest.default CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder.delegationSet(Consumer<DelegationSet.Builder> delegationSet) A complex type that describes the name servers for this hosted zone.CreateHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that describes the name servers for this hosted zone.default CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder.hostedZone(Consumer<HostedZone.Builder> hostedZone) A complex type that contains general information about the hosted zone.CreateHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone) A complex type that contains general information about the hosted zone.The unique URL representing the new hosted zone.CreateHostedZoneResponse.toBuilder()default CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder.vpc(Consumer<VPC.Builder> vpc) A complex type that contains information about an Amazon VPC that you associated with this hosted zone.A complex type that contains information about an Amazon VPC that you associated with this hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateHostedZoneResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateHostedZoneResponse.Builder>CreateHostedZoneResponse.serializableBuilderClass()