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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-