@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 |
---|---|
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 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) |
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 Stack.Builder> |
serializableBuilderClass() |
List<StackError> |
stackErrors()
The errors for the stack.
|
List<StorageConnector> |
storageConnectors()
The storage connectors to enable.
|
Stack.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.
|
copy
public String arn()
The ARN of the stack.
public String name()
The name of the stack.
public String description()
The description for display.
public String displayName()
The stack name for display.
public Instant createdTime()
The time the stack was created.
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<StackError> stackErrors()
The errors for the stack.
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 ApplicationSettingsResponse applicationSettings()
The persistent application settings for users of the stack.
public Stack.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Stack.Builder,Stack>
public static Stack.Builder builder()
public static Class<? extends Stack.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.