Interface ListLifecycleExecutionsResponse.Builder

    • Method Detail

      • lifecycleExecutions

        ListLifecycleExecutionsResponse.Builder lifecycleExecutions​(Collection<LifecycleExecution> lifecycleExecutions)

        A list of lifecycle runtime instances for the specified resource.

        Parameters:
        lifecycleExecutions - A list of lifecycle runtime instances for the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleExecutions

        ListLifecycleExecutionsResponse.Builder lifecycleExecutions​(LifecycleExecution... lifecycleExecutions)

        A list of lifecycle runtime instances for the specified resource.

        Parameters:
        lifecycleExecutions - A list of lifecycle runtime instances for the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLifecycleExecutionsResponse.Builder nextToken​(String nextToken)

        The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

        Parameters:
        nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.