Interface ListServiceActionsForProvisioningArtifactResponse.Builder

    • Method Detail

      • serviceActionSummaries

        ListServiceActionsForProvisioningArtifactResponse.Builder serviceActionSummaries​(Collection<ServiceActionSummary> serviceActionSummaries)

        An object containing information about the self-service actions associated with the provisioning artifact.

        Parameters:
        serviceActionSummaries - An object containing information about the self-service actions associated with the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceActionSummaries

        ListServiceActionsForProvisioningArtifactResponse.Builder serviceActionSummaries​(ServiceActionSummary... serviceActionSummaries)

        An object containing information about the self-service actions associated with the provisioning artifact.

        Parameters:
        serviceActionSummaries - An object containing information about the self-service actions associated with the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        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.

        Parameters:
        nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.