@Generated(value="software.amazon.awssdk:codegen") public final class WebsiteConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WebsiteConfiguration.Builder,WebsiteConfiguration>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
WebsiteConfiguration.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebsiteConfiguration.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
ErrorDocument | 
errorDocument()
Returns the value of the ErrorDocument property for this object. 
 | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
IndexDocument | 
indexDocument()
Returns the value of the IndexDocument property for this object. 
 | 
RedirectAllRequestsTo | 
redirectAllRequestsTo()
Returns the value of the RedirectAllRequestsTo property for this object. 
 | 
List<RoutingRule> | 
routingRules()
Returns the value of the RoutingRules property for this object. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends WebsiteConfiguration.Builder> | 
serializableBuilderClass()  | 
WebsiteConfiguration.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic ErrorDocument errorDocument()
public IndexDocument indexDocument()
public RedirectAllRequestsTo redirectAllRequestsTo()
public List<RoutingRule> routingRules()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public WebsiteConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WebsiteConfiguration.Builder,WebsiteConfiguration>public static WebsiteConfiguration.Builder builder()
public static Class<? extends WebsiteConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.