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