Interface CreateStackRequest.Builder

    • Method Detail

      • name

        CreateStackRequest.Builder name​(String name)

        The name of the stack.

        Parameters:
        name - The name of the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateStackRequest.Builder description​(String description)

        The description to display.

        Parameters:
        description - The description to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        CreateStackRequest.Builder displayName​(String displayName)

        The stack name to display.

        Parameters:
        displayName - The stack name to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageConnectors

        CreateStackRequest.Builder storageConnectors​(Collection<StorageConnector> storageConnectors)

        The storage connectors to enable.

        Parameters:
        storageConnectors - The storage connectors to enable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageConnectors

        CreateStackRequest.Builder storageConnectors​(StorageConnector... storageConnectors)

        The storage connectors to enable.

        Parameters:
        storageConnectors - The storage connectors to enable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • redirectURL

        CreateStackRequest.Builder redirectURL​(String redirectURL)

        The URL that users are redirected to after their streaming session ends.

        Parameters:
        redirectURL - The URL that users are redirected to after their streaming session ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • feedbackURL

        CreateStackRequest.Builder feedbackURL​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userSettings

        CreateStackRequest.Builder userSettings​(Collection<UserSetting> userSettings)

        The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

        Parameters:
        userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userSettings

        CreateStackRequest.Builder userSettings​(UserSetting... userSettings)

        The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

        Parameters:
        userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userSettings

        CreateStackRequest.Builder userSettings​(Consumer<UserSetting.Builder>... userSettings)

        The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

        This is a convenience method that creates an instance of the UserSetting.Builder avoiding the need to create one manually via UserSetting.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #userSettings(List).

        Parameters:
        userSettings - a consumer that will call methods on UserSetting.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #userSettings(java.util.Collection)
      • applicationSettings

        CreateStackRequest.Builder applicationSettings​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateStackRequest.Builder tags​(Map<String,​String> tags)

        The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

        If you do not specify a value, the value is set to an empty string.

        Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

        _ . : / = + \ - @

        For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

        Parameters:
        tags - The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

        If you do not specify a value, the value is set to an empty string.

        Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

        _ . : / = + \ - @

        For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessEndpoints

        CreateStackRequest.Builder accessEndpoints​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessEndpoints

        CreateStackRequest.Builder accessEndpoints​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessEndpoints

        CreateStackRequest.Builder accessEndpoints​(Consumer<AccessEndpoint.Builder>... 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.

        This is a convenience method that creates an instance of the AccessEndpoint.Builder avoiding the need to create one manually via AccessEndpoint.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #accessEndpoints(List).

        Parameters:
        accessEndpoints - a consumer that will call methods on AccessEndpoint.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #accessEndpoints(java.util.Collection)
      • embedHostDomains

        CreateStackRequest.Builder embedHostDomains​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • embedHostDomains

        CreateStackRequest.Builder embedHostDomains​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamingExperienceSettings

        CreateStackRequest.Builder streamingExperienceSettings​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.