public static interface ListServiceNetworkVpcAssociationsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkVpcAssociationsResponse.Builder,ListServiceNetworkVpcAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworkVpcAssociationsResponse.Builder |
items(Collection<ServiceNetworkVpcAssociationSummary> items)
Information about the associations.
|
ListServiceNetworkVpcAssociationsResponse.Builder |
items(Consumer<ServiceNetworkVpcAssociationSummary.Builder>... items)
Information about the associations.
|
ListServiceNetworkVpcAssociationsResponse.Builder |
items(ServiceNetworkVpcAssociationSummary... items)
Information about the associations.
|
ListServiceNetworkVpcAssociationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceNetworkVpcAssociationsResponse.Builder items(Collection<ServiceNetworkVpcAssociationSummary> items)
Information about the associations.
items - Information about the associations.ListServiceNetworkVpcAssociationsResponse.Builder items(ServiceNetworkVpcAssociationSummary... items)
Information about the associations.
items - Information about the associations.ListServiceNetworkVpcAssociationsResponse.Builder items(Consumer<ServiceNetworkVpcAssociationSummary.Builder>... items)
Information about the associations.
This is a convenience method that creates an instance of theServiceNetworkVpcAssociationSummary.Builder avoiding
the need to create one manually via
ServiceNetworkVpcAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ServiceNetworkVpcAssociationSummary.Builder#items(java.util.Collection) ListServiceNetworkVpcAssociationsResponse.Builder nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.Copyright © 2023. All rights reserved.