public static interface ListHostedZonesByVpcResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListHostedZonesByVpcResponse.Builder,ListHostedZonesByVpcResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVpcResponse.Builder |
hostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. |
ListHostedZonesByVpcResponse.Builder |
hostedZoneSummaries(Consumer<HostedZoneSummary.Builder>... hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. |
ListHostedZonesByVpcResponse.Builder |
hostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. |
ListHostedZonesByVpcResponse.Builder |
maxItems(String maxItems)
The value that you specified for
MaxItems in the most recent ListHostedZonesByVPC
request. |
ListHostedZonesByVpcResponse.Builder |
nextToken(String nextToken)
The value that you will use for
NextToken in the next ListHostedZonesByVPC request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHostedZonesByVpcResponse.Builder hostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and
ID, and information about who owns the hosted zone.
hostedZoneSummaries - A list that contains one HostedZoneSummary element for each hosted zone that the
specified Amazon VPC is associated with. Each HostedZoneSummary element contains the
hosted zone name and ID, and information about who owns the hosted zone.ListHostedZonesByVpcResponse.Builder hostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries)
A list that contains one HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and
ID, and information about who owns the hosted zone.
hostedZoneSummaries - A list that contains one HostedZoneSummary element for each hosted zone that the
specified Amazon VPC is associated with. Each HostedZoneSummary element contains the
hosted zone name and ID, and information about who owns the hosted zone.ListHostedZonesByVpcResponse.Builder hostedZoneSummaries(Consumer<HostedZoneSummary.Builder>... hostedZoneSummaries)
A list that contains one HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and
ID, and information about who owns the hosted zone.
HostedZoneSummary.Builder avoiding the need to create
one manually via HostedZoneSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #hostedZoneSummaries(List.
hostedZoneSummaries - a consumer that will call methods on
HostedZoneSummary.Builder#hostedZoneSummaries(java.util.Collection) ListHostedZonesByVpcResponse.Builder maxItems(String maxItems)
The value that you specified for MaxItems in the most recent ListHostedZonesByVPC
request.
maxItems - The value that you specified for MaxItems in the most recent
ListHostedZonesByVPC request.ListHostedZonesByVpcResponse.Builder nextToken(String nextToken)
The value that you will use for NextToken in the next ListHostedZonesByVPC request.
nextToken - The value that you will use for NextToken in the next ListHostedZonesByVPC
request.Copyright © 2023. All rights reserved.