Interface CreateFolderResponse.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.
    • arn

      The Amazon Resource Name (ARN) for the newly created folder.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the newly created folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folderId

      The folder ID for the newly created folder.

      Parameters:
      folderId - The folder ID for the newly created folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      CreateFolderResponse.Builder requestId(String requestId)

      The request ID for the newly created folder.

      Parameters:
      requestId - The request ID for the newly created folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.