@Generated(value="software.amazon.awssdk:codegen") public final class Stack extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Stack.Builder,Stack>
Describes a stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Stack.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AccessEndpoint> |
accessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects.
|
ApplicationSettingsResponse |
applicationSettings()
The persistent application settings for users of the stack.
|
String |
arn()
The ARN of the stack.
|
static Stack.Builder |
builder() |
Instant |
createdTime()
The time the stack was created.
|
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 click 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 |
hasEmbedHostDomains()
For responses, this returns true if the service returned a value for the EmbedHostDomains property.
|
int |
hashCode() |
boolean |
hasStackErrors()
For responses, this returns true if the service returned a value for the StackErrors property.
|
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 Stack.Builder> |
serializableBuilderClass() |
List<StackError> |
stackErrors()
The errors for the stack.
|
List<StorageConnector> |
storageConnectors()
The storage connectors to enable.
|
StreamingExperienceSettings |
streamingExperienceSettings()
The streaming protocol you want your stack to prefer.
|
Stack.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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the stack.
public final String name()
The name of the stack.
public final String description()
The description to display.
public final String displayName()
The stack name to display.
public final Instant createdTime()
The time the stack was created.
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.
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 click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
public final boolean hasStackErrors()
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<StackError> stackErrors()
The errors for the stack.
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 hasStackErrors() 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 ApplicationSettingsResponse applicationSettings()
The persistent application settings for users of the stack.
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 virtual private cloud (VPC) 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 Stack.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Stack.Builder,Stack>public static Stack.Builder builder()
public static Class<? extends Stack.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.