@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStackRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AccessEndpoint> |
getAccessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects.
|
ApplicationSettings |
getApplicationSettings()
The persistent application settings for users of a stack.
|
List<String> |
getAttributesToDelete()
The stack attributes to delete.
|
Boolean |
getDeleteStorageConnectors()
Deprecated.
|
String |
getDescription()
The description to display.
|
String |
getDisplayName()
The stack name to display.
|
List<String> |
getEmbedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
String |
getFeedbackURL()
The URL that users are redirected to after they choose the Send Feedback link.
|
String |
getName()
The name of the stack.
|
String |
getRedirectURL()
The URL that users are redirected to after their streaming session ends.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
StreamingExperienceSettings |
getStreamingExperienceSettings()
The streaming protocol you want your stack to prefer.
|
List<UserSetting> |
getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
int |
hashCode() |
Boolean |
isDeleteStorageConnectors()
Deprecated.
|
void |
setAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
void |
setApplicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack.
|
void |
setAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
|
void |
setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deprecated.
|
void |
setDescription(String description)
The description to display.
|
void |
setDisplayName(String displayName)
The stack name to display.
|
void |
setEmbedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
void |
setFeedbackURL(String feedbackURL)
The URL that users are redirected to after they choose the Send Feedback link.
|
void |
setName(String name)
The name of the stack.
|
void |
setRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
void |
setStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
void |
setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStackRequest |
withAccessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
UpdateStackRequest |
withAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
UpdateStackRequest |
withApplicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack.
|
UpdateStackRequest |
withAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withAttributesToDelete(StackAttribute... attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withAttributesToDelete(String... attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deprecated.
|
UpdateStackRequest |
withDescription(String description)
The description to display.
|
UpdateStackRequest |
withDisplayName(String displayName)
The stack name to display.
|
UpdateStackRequest |
withEmbedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
UpdateStackRequest |
withEmbedHostDomains(String... embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
UpdateStackRequest |
withFeedbackURL(String feedbackURL)
The URL that users are redirected to after they choose the Send Feedback link.
|
UpdateStackRequest |
withName(String name)
The name of the stack.
|
UpdateStackRequest |
withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
UpdateStackRequest |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
UpdateStackRequest |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
UpdateStackRequest |
withStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
UpdateStackRequest |
withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
UpdateStackRequest |
withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDisplayName(String displayName)
The stack name to display.
displayName
- The stack name to display.public String getDisplayName()
The stack name to display.
public UpdateStackRequest withDisplayName(String displayName)
The stack name to display.
displayName
- The stack name to display.public void setDescription(String description)
The description to display.
description
- The description to display.public String getDescription()
The description to display.
public UpdateStackRequest withDescription(String description)
The description to display.
description
- The description to display.public void setName(String name)
The name of the stack.
name
- The name of the stack.public String getName()
The name of the stack.
public UpdateStackRequest withName(String name)
The name of the stack.
name
- The name of the stack.public List<StorageConnector> getStorageConnectors()
The storage connectors to enable.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public UpdateStackRequest withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConnectors(java.util.Collection)
or withStorageConnectors(java.util.Collection)
if
you want to override the existing values.
storageConnectors
- The storage connectors to enable.public UpdateStackRequest withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.@Deprecated public void setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Deletes the storage connectors currently enabled for the stack.@Deprecated public Boolean getDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
@Deprecated public UpdateStackRequest withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Deletes the storage connectors currently enabled for the stack.@Deprecated public Boolean isDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
public void setRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
redirectURL
- The URL that users are redirected to after their streaming session ends.public String getRedirectURL()
The URL that users are redirected to after their streaming session ends.
public UpdateStackRequest withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
redirectURL
- The URL that users are redirected to after their streaming session ends.public void setFeedbackURL(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.
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 String getFeedbackURL()
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 UpdateStackRequest withFeedbackURL(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.
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 List<String> getAttributesToDelete()
The stack attributes to delete.
StackAttribute
public void setAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(String... attributesToDelete)
The stack attributes to delete.
NOTE: This method appends the values to the existing list (if any). Use
setAttributesToDelete(java.util.Collection)
or withAttributesToDelete(java.util.Collection)
if
you want to override the existing values.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(StackAttribute... attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public List<UserSetting> getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
public void setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default, these
actions are enabled.public UpdateStackRequest withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
NOTE: This method appends the values to the existing list (if any). Use
setUserSettings(java.util.Collection)
or withUserSettings(java.util.Collection)
if you want to
override the existing values.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default, these
actions are enabled.public UpdateStackRequest withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default, these
actions are enabled.public void setApplicationSettings(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.
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 ApplicationSettings getApplicationSettings()
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 withApplicationSettings(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.
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 List<AccessEndpoint> getAccessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
public void setAccessEndpoints(Collection<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.
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.public UpdateStackRequest withAccessEndpoints(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.
NOTE: This method appends the values to the existing list (if any). Use
setAccessEndpoints(java.util.Collection)
or withAccessEndpoints(java.util.Collection)
if you
want to override the existing values.
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.public UpdateStackRequest withAccessEndpoints(Collection<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.
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.public List<String> getEmbedHostDomains()
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.
public void setEmbedHostDomains(Collection<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.
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.public UpdateStackRequest withEmbedHostDomains(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.
NOTE: This method appends the values to the existing list (if any). Use
setEmbedHostDomains(java.util.Collection)
or withEmbedHostDomains(java.util.Collection)
if you
want to override the existing values.
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.public UpdateStackRequest withEmbedHostDomains(Collection<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.
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.public void setStreamingExperienceSettings(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.
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 StreamingExperienceSettings getStreamingExperienceSettings()
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 withStreamingExperienceSettings(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.
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 String toString()
toString
in class Object
Object.toString()
public UpdateStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()