public static interface UpdateServiceActionResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceActionResponse.Builder,UpdateServiceActionResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateServiceActionResponse.Builder |
serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)
Detailed information about the self-service action.
|
UpdateServiceActionResponse.Builder |
serviceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateServiceActionResponse.Builder serviceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
serviceActionDetail
- Detailed information about the self-service action.default UpdateServiceActionResponse.Builder serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)
Detailed information about the self-service action.
This is a convenience that creates an instance of theServiceActionDetail.Builder
avoiding the need
to create one manually via ServiceActionDetail.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to serviceActionDetail(ServiceActionDetail)
.serviceActionDetail
- a consumer that will call methods on ServiceActionDetail.Builder
serviceActionDetail(ServiceActionDetail)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.