Interface FileSystemLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileSystemLocation.Builder,
,FileSystemLocation> SdkBuilder<FileSystemLocation.Builder,
,FileSystemLocation> SdkPojo
- Enclosing class:
FileSystemLocation
@Mutable
@NotThreadSafe
public static interface FileSystemLocation.Builder
extends SdkPojo, CopyableBuilder<FileSystemLocation.Builder,FileSystemLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe location name.The file path.The type of file.type
(FileSystemLocationType type) The type of 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 Details
-
name
The location name.
- Parameters:
name
- The location name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The file path.
- Parameters:
path
- The file path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of file.
- Parameters:
type
- The type of file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of file.
- Parameters:
type
- The type of file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-