public static interface ListServiceActionsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListServiceActionsResponse.Builder,ListServiceActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceActionsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListServiceActionsResponse.Builder |
serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsResponse.Builder |
serviceActionSummaries(Consumer<ServiceActionSummary.Builder>... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsResponse.Builder |
serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListServiceActionsResponse.Builder serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.ListServiceActionsResponse.Builder serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.ListServiceActionsResponse.Builder serviceActionSummaries(Consumer<ServiceActionSummary.Builder>... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #serviceActionSummaries(List) .serviceActionSummaries - a consumer that will call methods on List.Builder #serviceActionSummaries(List) ListServiceActionsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.