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 specified for
NextToken in the most recent 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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #hostedZoneSummaries(List) .hostedZoneSummaries - a consumer that will call methods on List.Builder #hostedZoneSummaries(List) 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 specified for NextToken in the most recent ListHostedZonesByVPC
request.
nextToken - The value that you specified for NextToken in the most recent
ListHostedZonesByVPC request.Copyright © 2021. All rights reserved.