@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 |
|---|---|
List<AccessEndpoint> |
accessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects.
|
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 to display.
|
String |
displayName()
The stack name to display.
|
List<String> |
embedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
feedbackURL()
The URL that users are redirected to after they choose the Send Feedback link.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccessEndpoints()
Returns true if the AccessEndpoints property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasAttributesToDelete()
Returns true if the AttributesToDelete property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasEmbedHostDomains()
Returns true if the EmbedHostDomains property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasStorageConnectors()
Returns true if the StorageConnectors property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasUserSettings()
Returns true if the UserSettings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
List<UserSetting> |
userSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String displayName()
The stack name to display.
public final String description()
The description to display.
public final String name()
The name of the stack.
public final boolean hasStorageConnectors()
public final List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStorageConnectors() to see if a value was sent in this field.
public final Boolean deleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
public final String redirectURL()
The URL that users are redirected to after their streaming session ends.
public final String feedbackURL()
The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
public final List<StackAttribute> attributesToDelete()
The stack attributes to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributesToDelete() to see if a value was sent in this field.
public final boolean hasAttributesToDelete()
public final List<String> attributesToDeleteAsStrings()
The stack attributes to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributesToDelete() to see if a value was sent in this field.
public final boolean hasUserSettings()
public final 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.
You can use hasUserSettings() to see if a value was sent in this field.
public final 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 final boolean hasAccessEndpoints()
public final List<AccessEndpoint> accessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccessEndpoints() to see if a value was sent in this field.
public final boolean hasEmbedHostDomains()
public final List<String> embedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEmbedHostDomains() to see if a value was sent in this field.
public UpdateStackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>toBuilder in class AppStreamRequestpublic static UpdateStackRequest.Builder builder()
public static Class<? extends UpdateStackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.