Interface ListComponentsRequest.Builder

    • Method Detail

      • environmentName

        ListComponentsRequest.Builder environmentName​(String environmentName)

        The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.

        Parameters:
        environmentName - The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListComponentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of components to list.

        Parameters:
        maxResults - The maximum number of components to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComponentsRequest.Builder nextToken​(String nextToken)

        A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.

        Parameters:
        nextToken - A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceInstanceName

        ListComponentsRequest.Builder serviceInstanceName​(String serviceInstanceName)

        The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.

        Parameters:
        serviceInstanceName - The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        ListComponentsRequest.Builder serviceName​(String serviceName)

        The name of a service for result list filtering. Proton returns components attached to service instances of the service.

        Parameters:
        serviceName - The name of a service for result list filtering. Proton returns components attached to service instances of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.