public static interface ProvisionProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ProvisionProductResponse.Builder,ProvisionProductResponse>
Modifier and Type | Method and Description |
---|---|
default ProvisionProductResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the result of provisioning the product.
|
ProvisionProductResponse.Builder |
recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ProvisionProductResponse.Builder recordDetail(RecordDetail recordDetail)
Information about the result of provisioning the product.
recordDetail
- Information about the result of provisioning the product.default ProvisionProductResponse.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.Builder
recordDetail(RecordDetail)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.