public static interface HostedZoneSummary.Builder extends SdkPojo, CopyableBuilder<HostedZoneSummary.Builder,HostedZoneSummary>
| Modifier and Type | Method and Description |
|---|---|
HostedZoneSummary.Builder |
hostedZoneId(String hostedZoneId)
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary.Builder |
name(String name)
The name of the private hosted zone, such as
example.com. |
default HostedZoneSummary.Builder |
owner(Consumer<HostedZoneOwner.Builder> owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary.Builder |
owner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHostedZoneSummary.Builder hostedZoneId(String hostedZoneId)
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
hostedZoneId - The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.HostedZoneSummary.Builder name(String name)
The name of the private hosted zone, such as example.com.
name - The name of the private hosted zone, such as example.com.HostedZoneSummary.Builder owner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an AWS account or an AWS service.
owner - The owner of a private hosted zone that the specified VPC is associated with. The owner can be either
an AWS account or an AWS service.default HostedZoneSummary.Builder owner(Consumer<HostedZoneOwner.Builder> owner)
The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an AWS account or an AWS service.
This is a convenience that creates an instance of theHostedZoneOwner.Builder avoiding the need to
create one manually via HostedZoneOwner.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to owner(HostedZoneOwner).owner - a consumer that will call methods on HostedZoneOwner.Builderowner(HostedZoneOwner)Copyright © 2021. All rights reserved.