Interface NetworkSettings.Builder

    • Method Detail

      • associatedPortalArns

        NetworkSettings.Builder associatedPortalArns​(Collection<String> associatedPortalArns)

        A list of web portal ARNs that this network settings is associated with.

        Parameters:
        associatedPortalArns - A list of web portal ARNs that this network settings is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedPortalArns

        NetworkSettings.Builder associatedPortalArns​(String... associatedPortalArns)

        A list of web portal ARNs that this network settings is associated with.

        Parameters:
        associatedPortalArns - A list of web portal ARNs that this network settings is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSettingsArn

        NetworkSettings.Builder networkSettingsArn​(String networkSettingsArn)

        The ARN of the network settings.

        Parameters:
        networkSettingsArn - The ARN of the network settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        NetworkSettings.Builder securityGroupIds​(Collection<String> securityGroupIds)

        One or more security groups used to control access from streaming instances to your VPC.

        Parameters:
        securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        NetworkSettings.Builder securityGroupIds​(String... securityGroupIds)

        One or more security groups used to control access from streaming instances to your VPC.

        Parameters:
        securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        NetworkSettings.Builder subnetIds​(Collection<String> subnetIds)

        The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

        Parameters:
        subnetIds - The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        NetworkSettings.Builder subnetIds​(String... subnetIds)

        The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

        Parameters:
        subnetIds - The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        NetworkSettings.Builder vpcId​(String vpcId)

        The VPC that streaming instances will connect to.

        Parameters:
        vpcId - The VPC that streaming instances will connect to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.