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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceActionResponse.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 method 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.BuilderserviceActionDetail(ServiceActionDetail)Copyright © 2023. All rights reserved.