public static interface CreateServiceActionResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceActionResponse.Builder,CreateServiceActionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceActionResponse.Builder |
serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)
An object containing information about the self-service action.
|
CreateServiceActionResponse.Builder |
serviceActionDetail(ServiceActionDetail serviceActionDetail)
An object containing information about the self-service action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateServiceActionResponse.Builder serviceActionDetail(ServiceActionDetail serviceActionDetail)
An object containing information about the self-service action.
serviceActionDetail - An object containing information about the self-service action.default CreateServiceActionResponse.Builder serviceActionDetail(Consumer<ServiceActionDetail.Builder> serviceActionDetail)
An object containing 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.BuilderserviceActionDetail(ServiceActionDetail)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.