Interface SetFileModeEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SetFileModeEntry.Builder,SetFileModeEntry>, SdkBuilder<SetFileModeEntry.Builder,SetFileModeEntry>, SdkPojo
Enclosing class:
SetFileModeEntry

public static interface SetFileModeEntry.Builder extends SdkPojo, CopyableBuilder<SetFileModeEntry.Builder,SetFileModeEntry>
  • Method Details

    • filePath

      SetFileModeEntry.Builder filePath(String filePath)

      The full path to the file, including the name of the file.

      Parameters:
      filePath - The full path to the file, including the name of the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileMode

      SetFileModeEntry.Builder fileMode(String fileMode)

      The file mode for the file.

      Parameters:
      fileMode - The file mode for the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileMode

      The file mode for the file.

      Parameters:
      fileMode - The file mode for the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: