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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeServiceActionResponse.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 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.