public static interface ListApplicationInstanceNodeInstancesResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationInstanceNodeInstancesResponse.Builder,ListApplicationInstanceNodeInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationInstanceNodeInstancesResponse.Builder |
nextToken(String nextToken)
A pagination token that's included if more results are available.
|
ListApplicationInstanceNodeInstancesResponse.Builder |
nodeInstances(Collection<NodeInstance> nodeInstances)
A list of node instances.
|
ListApplicationInstanceNodeInstancesResponse.Builder |
nodeInstances(Consumer<NodeInstance.Builder>... nodeInstances)
A list of node instances.
|
ListApplicationInstanceNodeInstancesResponse.Builder |
nodeInstances(NodeInstance... nodeInstances)
A list of node instances.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationInstanceNodeInstancesResponse.Builder nextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.ListApplicationInstanceNodeInstancesResponse.Builder nodeInstances(Collection<NodeInstance> nodeInstances)
A list of node instances.
nodeInstances - A list of node instances.ListApplicationInstanceNodeInstancesResponse.Builder nodeInstances(NodeInstance... nodeInstances)
A list of node instances.
nodeInstances - A list of node instances.ListApplicationInstanceNodeInstancesResponse.Builder nodeInstances(Consumer<NodeInstance.Builder>... nodeInstances)
A list of node instances.
This is a convenience method that creates an instance of theList.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 #nodeInstances(List) .nodeInstances - a consumer that will call methods on List.Builder #nodeInstances(List) Copyright © 2022. All rights reserved.