public static interface GetBucketWebsiteRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketWebsiteRequest.Builder,GetBucketWebsiteRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketWebsiteRequest.Builder |
bucket(String bucket)
The bucket name for which to get the website configuration.
|
GetBucketWebsiteRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketWebsiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketWebsiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketWebsiteRequest.Builder bucket(String bucket)
The bucket name for which to get the website configuration.
bucket - The bucket name for which to get the website configuration.GetBucketWebsiteRequest.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).GetBucketWebsiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketWebsiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.