public static interface ListServiceActionsForProvisioningArtifactResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListServiceActionsForProvisioningArtifactResponse.Builder,ListServiceActionsForProvisioningArtifactResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceActionsForProvisioningArtifactResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListServiceActionsForProvisioningArtifactResponse.Builder |
serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResponse.Builder |
serviceActionSummaries(Consumer<ServiceActionSummary.Builder>... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResponse.Builder |
serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceActionsForProvisioningArtifactResponse.Builder serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the self-service actions associated with the provisioning
artifact.ListServiceActionsForProvisioningArtifactResponse.Builder serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the self-service actions associated with the provisioning
artifact.ListServiceActionsForProvisioningArtifactResponse.Builder serviceActionSummaries(Consumer<ServiceActionSummary.Builder>... serviceActionSummaries)
An object containing information about the self-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) ListServiceActionsForProvisioningArtifactResponse.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 © 2021. All rights reserved.