Interface UpdateLocationFsxLustreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLocationFsxLustreRequest.Builder,
,UpdateLocationFsxLustreRequest> DataSyncRequest.Builder
,SdkBuilder<UpdateLocationFsxLustreRequest.Builder,
,UpdateLocationFsxLustreRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLocationFsxLustreRequest
@Mutable
@NotThreadSafe
public static interface UpdateLocationFsxLustreRequest.Builder
extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationFsxLustreRequest.Builder,UpdateLocationFsxLustreRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlocationArn
(String locationArn) Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subdirectory
(String subdirectory) Specifies a mount path for your FSx for Lustre file system.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
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
-
locationArn
Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.
- Parameters:
locationArn
- Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.
When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/
).- Parameters:
subdirectory
- Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLocationFsxLustreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLocationFsxLustreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-