Interface ListServicePipelineProvisionedResourcesResponse.Builder

    • Method Detail

      • nextToken

        ListServicePipelineProvisionedResourcesResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.

        Parameters:
        nextToken - A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedResources

        ListServicePipelineProvisionedResourcesResponse.Builder provisionedResources​(ProvisionedResource... provisionedResources)

        An array of provisioned resources for a service and pipeline.

        Parameters:
        provisionedResources - An array of provisioned resources for a service and pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.