public static interface ListServiceNetworkServiceAssociationsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkServiceAssociationsResponse.Builder,ListServiceNetworkServiceAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworkServiceAssociationsResponse.Builder |
items(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResponse.Builder |
items(Consumer<ServiceNetworkServiceAssociationSummary.Builder>... items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResponse.Builder |
items(ServiceNetworkServiceAssociationSummary... items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceNetworkServiceAssociationsResponse.Builder items(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
items - Information about the associations.ListServiceNetworkServiceAssociationsResponse.Builder items(ServiceNetworkServiceAssociationSummary... items)
Information about the associations.
items - Information about the associations.ListServiceNetworkServiceAssociationsResponse.Builder items(Consumer<ServiceNetworkServiceAssociationSummary.Builder>... items)
Information about the associations.
This is a convenience method that creates an instance of theServiceNetworkServiceAssociationSummary.Builder
avoiding the need to create one manually via
ServiceNetworkServiceAssociationSummary.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
ServiceNetworkServiceAssociationSummary.Builder#items(java.util.Collection) ListServiceNetworkServiceAssociationsResponse.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.