Interface StartRemoteMoveRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartRemoteMoveRequest.Builder,
,StartRemoteMoveRequest> SdkBuilder<StartRemoteMoveRequest.Builder,
,StartRemoteMoveRequest> SdkPojo
,SdkRequest.Builder
,TransferRequest.Builder
- Enclosing class:
StartRemoteMoveRequest
@Mutable
@NotThreadSafe
public static interface StartRemoteMoveRequest.Builder
extends TransferRequest.Builder, SdkPojo, CopyableBuilder<StartRemoteMoveRequest.Builder,StartRemoteMoveRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorId
(String connectorId) The unique identifier for the connector.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourcePath
(String sourcePath) The absolute path of the file or directory to move or rename.targetPath
(String targetPath) The absolute path for the target of the move/rename operation.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
connectorId
The unique identifier for the connector.
- Parameters:
connectorId
- The unique identifier for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePath
The absolute path of the file or directory to move or rename. You can only specify one path per call to this operation.
- Parameters:
sourcePath
- The absolute path of the file or directory to move or rename. You can only specify one path per call to this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetPath
The absolute path for the target of the move/rename operation.
- Parameters:
targetPath
- The absolute path for the target of the move/rename operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartRemoteMoveRequest.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
StartRemoteMoveRequest.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.
-