public static interface DescribeGlobalNetworksResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DescribeGlobalNetworksResponse.Builder,DescribeGlobalNetworksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalNetworksResponse.Builder |
globalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
|
DescribeGlobalNetworksResponse.Builder |
globalNetworks(Consumer<GlobalNetwork.Builder>... globalNetworks)
Information about the global networks.
|
DescribeGlobalNetworksResponse.Builder |
globalNetworks(GlobalNetwork... globalNetworks)
Information about the global networks.
|
DescribeGlobalNetworksResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalNetworksResponse.Builder globalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
globalNetworks - Information about the global networks.DescribeGlobalNetworksResponse.Builder globalNetworks(GlobalNetwork... globalNetworks)
Information about the global networks.
globalNetworks - Information about the global networks.DescribeGlobalNetworksResponse.Builder globalNetworks(Consumer<GlobalNetwork.Builder>... globalNetworks)
Information about the global networks.
This is a convenience method that creates an instance of theGlobalNetwork.Builder avoiding the need to
create one manually via GlobalNetwork.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #globalNetworks(List.
globalNetworks - a consumer that will call methods on
GlobalNetwork.Builder#globalNetworks(java.util.Collection) DescribeGlobalNetworksResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.