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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetFileModeEntry.BuilderfileMode(String fileMode)The file mode for the file.SetFileModeEntry.BuilderfileMode(FileModeTypeEnum fileMode)The file mode for the file.SetFileModeEntry.BuilderfilePath(String filePath)The full path to the file, including the name of the file.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
FileModeTypeEnum,FileModeTypeEnum
-
fileMode
SetFileModeEntry.Builder fileMode(FileModeTypeEnum 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:
FileModeTypeEnum,FileModeTypeEnum
-
-