public static interface GetBucketLifecycleConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketLifecycleConfigurationRequest.Builder,GetBucketLifecycleConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketLifecycleConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket for which to get the lifecycle information.
|
GetBucketLifecycleConfigurationRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketLifecycleConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketLifecycleConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketLifecycleConfigurationRequest.Builder bucket(String bucket)
The name of the bucket for which to get the lifecycle information.
bucket - The name of the bucket for which to get the lifecycle information.GetBucketLifecycleConfigurationRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails
with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request fails with the HTTP status code 403 Forbidden (access denied).GetBucketLifecycleConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketLifecycleConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.