public static interface ListStackInstancesForProvisionedProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListStackInstancesForProvisionedProductResponse.Builder,ListStackInstancesForProvisionedProductResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStackInstancesForProvisionedProductResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListStackInstancesForProvisionedProductResponse.Builder |
stackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
|
ListStackInstancesForProvisionedProductResponse.Builder |
stackInstances(Consumer<StackInstance.Builder>... stackInstances)
List of stack instances.
|
ListStackInstancesForProvisionedProductResponse.Builder |
stackInstances(StackInstance... stackInstances)
List of stack instances.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStackInstancesForProvisionedProductResponse.Builder stackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
stackInstances - List of stack instances.ListStackInstancesForProvisionedProductResponse.Builder stackInstances(StackInstance... stackInstances)
List of stack instances.
stackInstances - List of stack instances.ListStackInstancesForProvisionedProductResponse.Builder stackInstances(Consumer<StackInstance.Builder>... stackInstances)
List of stack instances.
This is a convenience 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 #stackInstances(List) .stackInstances - a consumer that will call methods on List.Builder #stackInstances(List) ListStackInstancesForProvisionedProductResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2021. All rights reserved.