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