Interface UpdateAppBlockBuilderRequest.Builder

    • Method Detail

      • name

        UpdateAppBlockBuilderRequest.Builder name​(String name)

        The unique name for the app block builder.

        Parameters:
        name - The unique name for the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateAppBlockBuilderRequest.Builder description​(String description)

        The description of the app block builder.

        Parameters:
        description - The description of the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        UpdateAppBlockBuilderRequest.Builder displayName​(String displayName)

        The display name of the app block builder.

        Parameters:
        displayName - The display name of the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platform

        UpdateAppBlockBuilderRequest.Builder platform​(String platform)

        The platform of the app block builder.

        WINDOWS_SERVER_2019 is the only valid value.

        Parameters:
        platform - The platform of the app block builder.

        WINDOWS_SERVER_2019 is the only valid value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PlatformType, PlatformType
      • platform

        UpdateAppBlockBuilderRequest.Builder platform​(PlatformType platform)

        The platform of the app block builder.

        WINDOWS_SERVER_2019 is the only valid value.

        Parameters:
        platform - The platform of the app block builder.

        WINDOWS_SERVER_2019 is the only valid value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PlatformType, PlatformType
      • instanceType

        UpdateAppBlockBuilderRequest.Builder instanceType​(String instanceType)

        The instance type to use when launching the app block builder. The following instance types are available:

        • stream.standard.small

        • stream.standard.medium

        • stream.standard.large

        • stream.standard.xlarge

        • stream.standard.2xlarge

        Parameters:
        instanceType - The instance type to use when launching the app block builder. The following instance types are available:

        • stream.standard.small

        • stream.standard.medium

        • stream.standard.large

        • stream.standard.xlarge

        • stream.standard.2xlarge

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

        UpdateAppBlockBuilderRequest.Builder vpcConfig​(VpcConfig vpcConfig)

        The VPC configuration for the app block builder.

        App block builders require that you specify at least two subnets in different availability zones.

        Parameters:
        vpcConfig - The VPC configuration for the app block builder.

        App block builders require that you specify at least two subnets in different availability zones.

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

        UpdateAppBlockBuilderRequest.Builder enableDefaultInternetAccess​(Boolean enableDefaultInternetAccess)

        Enables or disables default internet access for the app block builder.

        Parameters:
        enableDefaultInternetAccess - Enables or disables default internet access for the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamRoleArn

        UpdateAppBlockBuilderRequest.Builder iamRoleArn​(String iamRoleArn)

        The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

        For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

        Parameters:
        iamRoleArn - The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

        For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

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

        UpdateAppBlockBuilderRequest.Builder accessEndpoints​(Collection<AccessEndpoint> accessEndpoints)

        The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

        Parameters:
        accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessEndpoints

        UpdateAppBlockBuilderRequest.Builder accessEndpoints​(AccessEndpoint... accessEndpoints)

        The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

        Parameters:
        accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToDeleteWithStrings

        UpdateAppBlockBuilderRequest.Builder attributesToDeleteWithStrings​(Collection<String> attributesToDelete)

        The attributes to delete from the app block builder.

        Parameters:
        attributesToDelete - The attributes to delete from the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToDeleteWithStrings

        UpdateAppBlockBuilderRequest.Builder attributesToDeleteWithStrings​(String... attributesToDelete)

        The attributes to delete from the app block builder.

        Parameters:
        attributesToDelete - The attributes to delete from the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToDelete

        UpdateAppBlockBuilderRequest.Builder attributesToDelete​(Collection<AppBlockBuilderAttribute> attributesToDelete)

        The attributes to delete from the app block builder.

        Parameters:
        attributesToDelete - The attributes to delete from the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToDelete

        UpdateAppBlockBuilderRequest.Builder attributesToDelete​(AppBlockBuilderAttribute... attributesToDelete)

        The attributes to delete from the app block builder.

        Parameters:
        attributesToDelete - The attributes to delete from the app block builder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.