@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()
Deprecated.
|
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()
For responses, this returns true if the service returned a value for the AccessEndpoints property.
|
boolean |
hasAttributesToDelete()
For responses, this returns true if the service returned a value for the AttributesToDelete property.
|
boolean |
hasEmbedHostDomains()
For responses, this returns true if the service returned a value for the EmbedHostDomains property.
|
int |
hashCode() |
boolean |
hasStorageConnectors()
For responses, this returns true if the service returned a value for the StorageConnectors property.
|
boolean |
hasUserSettings()
For responses, this returns true if the service returned a value for the UserSettings property.
|
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.
|
StreamingExperienceSettings |
streamingExperienceSettings()
The streaming protocol you want your stack to prefer.
|
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStorageConnectors() method.
@Deprecated 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAttributesToDelete() method.
public final boolean hasAttributesToDelete()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> attributesToDeleteAsStrings()
The stack attributes to delete.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAttributesToDelete() method.
public final boolean hasUserSettings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUserSettings() method.
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccessEndpoints() method.
public final boolean hasEmbedHostDomains()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEmbedHostDomains() method.
public final StreamingExperienceSettings streamingExperienceSettings()
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
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 © 2023. All rights reserved.