public static interface TerminateProvisionedProductResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<TerminateProvisionedProductResponse.Builder,TerminateProvisionedProductResponse>
| Modifier and Type | Method and Description |
|---|---|
default TerminateProvisionedProductResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
TerminateProvisionedProductResponse.Builder |
recordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildTerminateProvisionedProductResponse.Builder recordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.
recordDetail - The detailed result of the TerminateProvisionedProduct request, containing the inputs made to
that request, the current state of the request, a pointer to the ProvisionedProduct object that the
request is modifying, and a list of any errors that the request encountered.default TerminateProvisionedProductResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, 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.