Interface ListEnvironmentProvisionedResourcesResponse.Builder

    • Method Detail

      • nextToken

        ListEnvironmentProvisionedResourcesResponse.Builder nextToken​(String nextToken)

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

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

        ListEnvironmentProvisionedResourcesResponse.Builder provisionedResources​(ProvisionedResource... provisionedResources)

        An array of environment provisioned resources.

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