public static interface ListLinuxSubscriptionInstancesResponse.Builder extends LicenseManagerLinuxSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<ListLinuxSubscriptionInstancesResponse.Builder,ListLinuxSubscriptionInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionInstancesResponse.Builder |
instances(Collection<Instance> instances)
An array that contains instance objects.
|
ListLinuxSubscriptionInstancesResponse.Builder |
instances(Consumer<Instance.Builder>... instances)
An array that contains instance objects.
|
ListLinuxSubscriptionInstancesResponse.Builder |
instances(Instance... instances)
An array that contains instance objects.
|
ListLinuxSubscriptionInstancesResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinuxSubscriptionInstancesResponse.Builder instances(Collection<Instance> instances)
An array that contains instance objects.
instances - An array that contains instance objects.ListLinuxSubscriptionInstancesResponse.Builder instances(Instance... instances)
An array that contains instance objects.
instances - An array that contains instance objects.ListLinuxSubscriptionInstancesResponse.Builder instances(Consumer<Instance.Builder>... instances)
An array that contains instance objects.
This is a convenience method that creates an instance of theInstance.Builder avoiding the
need to create one manually via
Instance.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #instances(List.
instances - a consumer that will call methods on
Instance.Builder#instances(java.util.Collection) ListLinuxSubscriptionInstancesResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.