public static interface ExecuteProvisionedProductPlanResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ExecuteProvisionedProductPlanResponse.Builder,ExecuteProvisionedProductPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExecuteProvisionedProductPlanResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the result of provisioning the product.
|
ExecuteProvisionedProductPlanResponse.Builder |
recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildExecuteProvisionedProductPlanResponse.Builder recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
recordDetail - Information about the result of provisioning the product.default ExecuteProvisionedProductPlanResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the result of provisioning the product.
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.