@Generated(value="software.amazon.awssdk:codegen") public final class UpdateStackRequest extends AppStreamRequest implements ToCopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateStackRequest.Builder |
Modifier and Type | Method and Description |
---|---|
ApplicationSettings |
applicationSettings()
The persistent application settings for users of a stack.
|
List<StackAttribute> |
attributesToDelete()
The stack attributes to delete.
|
List<String> |
attributesToDeleteAsStrings()
The stack attributes to delete.
|
static UpdateStackRequest.Builder |
builder() |
Boolean |
deleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
|
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 UpdateStackRequest.Builder> |
serializableBuilderClass() |
List<StorageConnector> |
storageConnectors()
The storage connectors to enable.
|
UpdateStackRequest.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.
|
overrideConfiguration
copy
public String displayName()
The stack name for display.
public String description()
The description for display.
public String name()
The name of the stack.
public List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Boolean deleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
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<StackAttribute> attributesToDelete()
The stack attributes to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> attributesToDeleteAsStrings()
The stack attributes to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 UpdateStackRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
toBuilder
in class AppStreamRequest
public static UpdateStackRequest.Builder builder()
public static Class<? extends UpdateStackRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. 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 SdkRequest
fieldName
- 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.