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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetBucketLifecycleConfigurationRequest.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 will
fail with an HTTP 403 (Access Denied)
error.
expectedBucketOwner
- The account id of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied)
error.GetBucketLifecycleConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetBucketLifecycleConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.