public static interface DescribeObjectRequest.Builder extends MediaStoreDataRequest.Builder, SdkPojo, CopyableBuilder<DescribeObjectRequest.Builder,DescribeObjectRequest>
Modifier and Type | Method and Description |
---|---|
DescribeObjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeObjectRequest.Builder |
path(String path)
The path (including the file name) where the object is stored in the container.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeObjectRequest.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>DescribeObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.