@Generated(value="software.amazon.awssdk:codegen") public final class CreateStackRequest extends AppStreamRequest implements ToCopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
CreateStackRequest.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationSettings | 
applicationSettings()
 The persistent application settings for users of a stack. 
 | 
static CreateStackRequest.Builder | 
builder()  | 
String | 
description()
 The description for display. 
 | 
String | 
displayName()
 The stack name for display. 
 | 
boolean | 
equals(Object obj)  | 
String | 
feedbackURL()
 The URL that users are redirected to after they click the Send Feedback link. 
 | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)
Used to retrieve the value of a field from any class that extends  
SdkRequest. | 
int | 
hashCode()  | 
String | 
name()
 The name of the stack. 
 | 
String | 
redirectURL()
 The URL that users are redirected to after their streaming session ends. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends CreateStackRequest.Builder> | 
serializableBuilderClass()  | 
List<StorageConnector> | 
storageConnectors()
 The storage connectors to enable. 
 | 
CreateStackRequest.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
List<UserSetting> | 
userSettings()
 The actions that are enabled or disabled for users during their streaming sessions. 
 | 
overrideConfigurationcopypublic String name()
The name of the stack.
public String description()
The description for display.
public String displayName()
The stack name for display.
public List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String redirectURL()
The URL that users are redirected to after their streaming session ends.
public String feedbackURL()
The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
public List<UserSetting> userSettings()
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ApplicationSettings applicationSettings()
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
public CreateStackRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>toBuilder in class AppStreamRequestpublic static CreateStackRequest.Builder builder()
public static Class<? extends CreateStackRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
 specified should match the member name from the corresponding service-2.json model specified in the
 codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
 If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
 again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.