Interface ListComponentProvisionedResourcesResponse.Builder

    • Method Detail

      • nextToken

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

        ListComponentProvisionedResourcesResponse.Builder provisionedResources​(ProvisionedResource... provisionedResources)

        An array of provisioned resources for a component.

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