public static interface AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder,AwsS3BucketWebsiteConfigurationRoutingRuleRedirect>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder |
hostname(String hostname)
The host name to use in the redirect request.
|
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder |
httpRedirectCode(String httpRedirectCode)
The HTTP redirect code to use in the response.
|
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder |
protocol(String protocol)
The protocol to use to redirect the request.
|
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder |
replaceKeyPrefixWith(String replaceKeyPrefixWith)
The object key prefix to use in the redirect request.
|
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder |
replaceKeyWith(String replaceKeyWith)
The specific object key to use in the redirect request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder hostname(String hostname)
The host name to use in the redirect request.
hostname - The host name to use in the redirect request.AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder httpRedirectCode(String httpRedirectCode)
The HTTP redirect code to use in the response.
httpRedirectCode - The HTTP redirect code to use in the response.AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder protocol(String protocol)
The protocol to use to redirect the request. By default, uses the protocol from the original request.
protocol - The protocol to use to redirect the request. By default, uses the protocol from the original request.AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder replaceKeyPrefixWith(String replaceKeyPrefixWith)
The object key prefix to use in the redirect request.
Cannot be provided if ReplaceKeyWith is present.
replaceKeyPrefixWith - The object key prefix to use in the redirect request.
Cannot be provided if ReplaceKeyWith is present.
AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.Builder replaceKeyWith(String replaceKeyWith)
The specific object key to use in the redirect request.
Cannot be provided if ReplaceKeyPrefixWith is present.
replaceKeyWith - The specific object key to use in the redirect request.
Cannot be provided if ReplaceKeyPrefixWith is present.
Copyright © 2023. All rights reserved.