static AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.builder() |
|
default AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.hostedZone(Consumer<AwsRoute53HostedZoneObjectDetails.Builder> hostedZone) |
An object that contains information about the specified hosted zone.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.hostedZone(AwsRoute53HostedZoneObjectDetails hostedZone) |
An object that contains information about the specified hosted zone.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.nameServers(String... nameServers) |
An object that contains a list of the authoritative name servers for a hosted zone or for a reusable
delegation set.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.nameServers(Collection<String> nameServers) |
An object that contains a list of the authoritative name servers for a hosted zone or for a reusable
delegation set.
|
default AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.queryLoggingConfig(Consumer<AwsRoute53QueryLoggingConfigDetails.Builder> queryLoggingConfig) |
An array that contains one QueryLoggingConfig element for each DNS query logging configuration
that is associated with the current Amazon Web Services account.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.queryLoggingConfig(AwsRoute53QueryLoggingConfigDetails queryLoggingConfig) |
An array that contains one QueryLoggingConfig element for each DNS query logging configuration
that is associated with the current Amazon Web Services account.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.toBuilder() |
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.vpcs(Collection<AwsRoute53HostedZoneVpcDetails> vpcs) |
An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated
with the specified hosted zone.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.vpcs(Consumer<AwsRoute53HostedZoneVpcDetails.Builder>... vpcs) |
An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated
with the specified hosted zone.
|
AwsRoute53HostedZoneDetails.Builder |
AwsRoute53HostedZoneDetails.Builder.vpcs(AwsRoute53HostedZoneVpcDetails... vpcs) |
An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated
with the specified hosted zone.
|