public static interface AwsS3BucketWebsiteConfigurationRedirectTo.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfigurationRedirectTo.Builder,AwsS3BucketWebsiteConfigurationRedirectTo>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketWebsiteConfigurationRedirectTo.Builder |
hostname(String hostname)
The name of the host to redirect requests to.
|
AwsS3BucketWebsiteConfigurationRedirectTo.Builder |
protocol(String protocol)
The protocol to use when redirecting requests.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketWebsiteConfigurationRedirectTo.Builder hostname(String hostname)
The name of the host to redirect requests to.
hostname - The name of the host to redirect requests to.AwsS3BucketWebsiteConfigurationRedirectTo.Builder protocol(String protocol)
The protocol to use when redirecting requests. By default, this field uses the same protocol as the original
request. Valid values are http or https.
protocol - The protocol to use when redirecting requests. By default, this field uses the same protocol as the
original request. Valid values are http or https.Copyright © 2023. All rights reserved.