public static interface ServiceActionDetail.Builder extends SdkPojo, CopyableBuilder<ServiceActionDetail.Builder,ServiceActionDetail>
| Modifier and Type | Method and Description |
|---|---|
ServiceActionDetail.Builder |
definition(Map<ServiceActionDefinitionKey,String> definition)
A map that defines the self-service action.
|
ServiceActionDetail.Builder |
definitionWithStrings(Map<String,String> definition)
A map that defines the self-service action.
|
default ServiceActionDetail.Builder |
serviceActionSummary(Consumer<ServiceActionSummary.Builder> serviceActionSummary)
Summary information about the self-service action.
|
ServiceActionDetail.Builder |
serviceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
|
copyapplyMutation, buildServiceActionDetail.Builder serviceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
serviceActionSummary - Summary information about the self-service action.default ServiceActionDetail.Builder serviceActionSummary(Consumer<ServiceActionSummary.Builder> serviceActionSummary)
Summary information about the self-service action.
This is a convenience that creates an instance of theServiceActionSummary.Builder avoiding the need
to create one manually via ServiceActionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to serviceActionSummary(ServiceActionSummary).serviceActionSummary - a consumer that will call methods on ServiceActionSummary.BuilderserviceActionSummary(ServiceActionSummary)ServiceActionDetail.Builder definitionWithStrings(Map<String,String> definition)
A map that defines the self-service action.
definition - A map that defines the self-service action.ServiceActionDetail.Builder definition(Map<ServiceActionDefinitionKey,String> definition)
A map that defines the self-service action.
definition - A map that defines the self-service action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.