public static interface TerminateProvisionedProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<TerminateProvisionedProductResponse.Builder,TerminateProvisionedProductResponse>
Modifier and Type | Method and Description |
---|---|
default TerminateProvisionedProductResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the result of this request.
|
TerminateProvisionedProductResponse.Builder |
recordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
TerminateProvisionedProductResponse.Builder recordDetail(RecordDetail recordDetail)
Information about the result of this request.
recordDetail
- Information about the result of this request.default TerminateProvisionedProductResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the result of this request.
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.