Interface DescribeFolderResponse.Builder

  • Method Details

    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folder

      Information about the folder.

      Parameters:
      folder - Information about the folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folder

      Information about the folder.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to folder(Folder).

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

      DescribeFolderResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.