Interface ListDeploymentsRequest.Builder

    • Method Detail

      • componentName

        ListDeploymentsRequest.Builder componentName​(String componentName)

        The name of a component for result list filtering. Proton returns deployments associated with that component.

        Parameters:
        componentName - The name of a component for result list filtering. Proton returns deployments associated with that component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        ListDeploymentsRequest.Builder environmentName​(String environmentName)

        The name of an environment for result list filtering. Proton returns deployments associated with the environment.

        Parameters:
        environmentName - The name of an environment for result list filtering. Proton returns deployments associated with the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDeploymentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of deployments to list.

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

        ListDeploymentsRequest.Builder nextToken​(String nextToken)

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

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

        ListDeploymentsRequest.Builder serviceInstanceName​(String serviceInstanceName)

        The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.

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

        ListDeploymentsRequest.Builder serviceName​(String serviceName)

        The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.

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