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 theNodeInstance.Builder avoiding the need to create one
manually via NodeInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #nodeInstances(List.
nodeInstances - a consumer that will call methods on
NodeInstance.Builder#nodeInstances(java.util.Collection) Copyright © 2023. All rights reserved.