public static interface ProvisionProductResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ProvisionProductResponse.Builder,ProvisionProductResponse>
| Modifier and Type | Method and Description |
|---|---|
default ProvisionProductResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any
errors that the request encountered.
|
ProvisionProductResponse.Builder |
recordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any
errors that the request encountered.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildProvisionProductResponse.Builder recordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
recordDetail - The detailed result of the ProvisionProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object of the request,
and a list of any errors that the request encountered.default ProvisionProductResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
This is a convenience that creates an instance of theRecordDetail.Builder avoiding the need to
create one manually via RecordDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recordDetail(RecordDetail).recordDetail - a consumer that will call methods on RecordDetail.BuilderrecordDetail(RecordDetail)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.