Interface ListProvisioningArtifactsResponse.Builder

    • Method Detail

      • provisioningArtifactDetails

        ListProvisioningArtifactsResponse.Builder provisioningArtifactDetails​(Collection<ProvisioningArtifactDetail> provisioningArtifactDetails)

        Information about the provisioning artifacts.

        Parameters:
        provisioningArtifactDetails - Information about the provisioning artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningArtifactDetails

        ListProvisioningArtifactsResponse.Builder provisioningArtifactDetails​(ProvisioningArtifactDetail... provisioningArtifactDetails)

        Information about the provisioning artifacts.

        Parameters:
        provisioningArtifactDetails - Information about the provisioning artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        ListProvisioningArtifactsResponse.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.