public static interface GetProvisionedProductOutputsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<GetProvisionedProductOutputsResponse.Builder,GetProvisionedProductOutputsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedProductOutputsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
GetProvisionedProductOutputsResponse.Builder |
outputs(Collection<RecordOutput> outputs)
Information about the product created as the result of a request.
|
GetProvisionedProductOutputsResponse.Builder |
outputs(Consumer<RecordOutput.Builder>... outputs)
Information about the product created as the result of a request.
|
GetProvisionedProductOutputsResponse.Builder |
outputs(RecordOutput... outputs)
Information about the product created as the result of a request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProvisionedProductOutputsResponse.Builder outputs(Collection<RecordOutput> outputs)
Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
outputs - Information about the product created as the result of a request. For example, the output for a
CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.GetProvisionedProductOutputsResponse.Builder outputs(RecordOutput... outputs)
Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
outputs - Information about the product created as the result of a request. For example, the output for a
CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.GetProvisionedProductOutputsResponse.Builder outputs(Consumer<RecordOutput.Builder>... outputs)
Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
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 #outputs(List) .outputs - a consumer that will call methods on List.Builder #outputs(List) GetProvisionedProductOutputsResponse.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.