Interface AwsS3BucketWebsiteConfigurationRedirectTo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsS3BucketWebsiteConfigurationRedirectTo.Builder,,AwsS3BucketWebsiteConfigurationRedirectTo> SdkBuilder<AwsS3BucketWebsiteConfigurationRedirectTo.Builder,,AwsS3BucketWebsiteConfigurationRedirectTo> SdkPojo
- Enclosing class:
AwsS3BucketWebsiteConfigurationRedirectTo
@Mutable
@NotThreadSafe
public static interface AwsS3BucketWebsiteConfigurationRedirectTo.Builder
extends SdkPojo, CopyableBuilder<AwsS3BucketWebsiteConfigurationRedirectTo.Builder,AwsS3BucketWebsiteConfigurationRedirectTo>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the host to redirect requests to.The protocol to use when redirecting requests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostname
The name of the host to redirect requests to.
- Parameters:
hostname- The name of the host to redirect requests to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol to use when redirecting requests. By default, this field uses the same protocol as the original request. Valid values are
httporhttps.- Parameters:
protocol- The protocol to use when redirecting requests. By default, this field uses the same protocol as the original request. Valid values arehttporhttps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-