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.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeObjectRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeObjectRequest.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.