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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 #serviceActionSummaries(List.
serviceActionSummaries - a consumer that will call methods on
ServiceActionSummary.Builder#serviceActionSummaries(java.util.Collection) 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 © 2023. All rights reserved.