Uses of Interface
software.amazon.awssdk.services.datasync.model.UpdateLocationS3Request.Builder
-
Packages that use UpdateLocationS3Request.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of UpdateLocationS3Request.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type UpdateLocationS3Request.Builder Modifier and Type Method Description default CompletableFuture<UpdateLocationS3Response>DataSyncAsyncClient. updateLocationS3(Consumer<UpdateLocationS3Request.Builder> updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.default UpdateLocationS3ResponseDataSyncClient. updateLocationS3(Consumer<UpdateLocationS3Request.Builder> updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync. -
Uses of UpdateLocationS3Request.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return UpdateLocationS3Request.Builder Modifier and Type Method Description static UpdateLocationS3Request.BuilderUpdateLocationS3Request. builder()UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the Amazon S3 transfer location that you're updating.UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. s3Config(Consumer<S3Config.Builder> s3Config)Sets the value of the S3Config property for this object.UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. s3Config(S3Config s3Config)Sets the value of the S3Config property for this object.UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. s3StorageClass(String s3StorageClass)Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. s3StorageClass(S3StorageClass s3StorageClass)Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.UpdateLocationS3Request.BuilderUpdateLocationS3Request.Builder. subdirectory(String subdirectory)Specifies a prefix in the S3 bucket that DataSync reads from or writes to (depending on whether the bucket is a source or destination location).UpdateLocationS3Request.BuilderUpdateLocationS3Request. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type UpdateLocationS3Request.Builder Modifier and Type Method Description static Class<? extends UpdateLocationS3Request.Builder>UpdateLocationS3Request. serializableBuilderClass()
-