public static interface DescribeServiceActionResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceActionResponse.Builder,DescribeServiceActionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeServiceActionResponse.Builder |
serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)
Detailed information about the self-service action.
|
DescribeServiceActionResponse.Builder |
serviceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceActionResponse.Builder serviceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
serviceActionDetail - Detailed information about the self-service action.default DescribeServiceActionResponse.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.