ToCopyableBuilder<Redirect.Builder,Redirect>
@Generated("software.amazon.awssdk:codegen") public class Redirect extends Object implements ToCopyableBuilder<Redirect.Builder,Redirect>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Redirect.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Redirect.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostName() |
The host name to use in the redirect request.
|
String |
httpRedirectCode() |
The HTTP redirect code to use on the response.
|
String |
protocol() |
Protocol to use (http, https) when redirecting requests.
|
String |
replaceKeyPrefixWith() |
The object key prefix to use in the redirect request.
|
String |
replaceKeyWith() |
The specific object key to use in the redirect request.
|
static Class<? extends Redirect.Builder> |
serializableBuilderClass() |
|
Redirect.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String hostName()
public String httpRedirectCode()
public String protocol()
Protocol
public String replaceKeyPrefixWith()
public String replaceKeyWith()
public Redirect.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Redirect.Builder,Redirect>
public static Redirect.Builder builder()
public static Class<? extends Redirect.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.