Interface SecurityDetails.Builder

  • Method Details

    • roleArn

      SecurityDetails.Builder roleArn(String roleArn)

      ARN to a role needed for connecting streams to your instances.

      Parameters:
      roleArn - ARN to a role needed for connecting streams to your instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      SecurityDetails.Builder securityGroupIds(Collection<String> securityGroupIds)

      The security groups to attach to the elastic network interfaces.

      Parameters:
      securityGroupIds - The security groups to attach to the elastic network interfaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      SecurityDetails.Builder securityGroupIds(String... securityGroupIds)

      The security groups to attach to the elastic network interfaces.

      Parameters:
      securityGroupIds - The security groups to attach to the elastic network interfaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      SecurityDetails.Builder subnetIds(Collection<String> subnetIds)

      A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.

      Parameters:
      subnetIds - A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      SecurityDetails.Builder subnetIds(String... subnetIds)

      A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.

      Parameters:
      subnetIds - A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.