static CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.builder() |
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.callerReference(String callerReference) |
A unique string that identifies the request and that allows failed CreateHostedZone requests to
be retried without the risk of executing the operation twice.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.delegationSetId(String delegationSetId) |
If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon RouteĀ 53
assigned to the reusable delegation set when you created it.
|
default CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.hostedZoneConfig(Consumer<HostedZoneConfig.Builder> hostedZoneConfig) |
(Optional) A complex type that contains the following optional values:
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.hostedZoneConfig(HostedZoneConfig hostedZoneConfig) |
(Optional) A complex type that contains the following optional values:
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.name(String name) |
The name of the domain.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.toBuilder() |
|
default CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.vpc(Consumer<VPC.Builder> vpc) |
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're
associating with this hosted zone.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.vpc(VPC vpc) |
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're
associating with this hosted zone.
|