Interface ListOperationsResponse.Builder

  • Method Details

    • operations

      List of operations performed by AWS Systems Manager for SAP.

      Parameters:
      operations - List of operations performed by AWS Systems Manager for SAP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operations

      ListOperationsResponse.Builder operations(Operation... operations)

      List of operations performed by AWS Systems Manager for SAP.

      Parameters:
      operations - List of operations performed by AWS Systems Manager for SAP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operations

      List of operations performed by AWS Systems Manager for SAP.

      This is a convenience method that creates an instance of the Operation.Builder avoiding the need to create one manually via Operation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to operations(List<Operation>).

      Parameters:
      operations - a consumer that will call methods on Operation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListOperationsResponse.Builder nextToken(String nextToken)

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.