public static interface DeleteObjectRequest.Builder extends MediaStoreDataRequest.Builder, SdkPojo, CopyableBuilder<DeleteObjectRequest.Builder,DeleteObjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteObjectRequest.Builder |
path(String path)
The path (including the file name) where the object is stored in the container.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteObjectRequest.Builder path(String path)
The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>
path - The path (including the file name) where the object is stored in the container. Format: <folder
name>/<folder name>/<file name>DeleteObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.