Interface CreateStackRequest.Builder

All Superinterfaces:
AppStreamRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>, SdkBuilder<CreateStackRequest.Builder,CreateStackRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateStackRequest

public static interface CreateStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>
  • Method Details

    • 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.
    • storageConnectors

      CreateStackRequest.Builder storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)

      The storage connectors to enable.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to storageConnectors(List<StorageConnector>).

      Parameters:
      storageConnectors - a consumer that will call methods on StorageConnector.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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<UserSetting>).

      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:
    • 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.
    • applicationSettings

      default CreateStackRequest.Builder applicationSettings(Consumer<ApplicationSettings.Builder> 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.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to applicationSettings(ApplicationSettings).

      Parameters:
      applicationSettings - a consumer that will call methods on ApplicationSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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<AccessEndpoint>).

      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:
    • 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.
    • streamingExperienceSettings

      default CreateStackRequest.Builder streamingExperienceSettings(Consumer<StreamingExperienceSettings.Builder> 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.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to streamingExperienceSettings(StreamingExperienceSettings).

      Parameters:
      streamingExperienceSettings - a consumer that will call methods on StreamingExperienceSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.