Interface EC2SecurityGroup.Builder

    • Method Detail

      • status

        EC2SecurityGroup.Builder status​(String status)

        The status of the Amazon EC2 security group.

        Parameters:
        status - The status of the Amazon EC2 security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ec2SecurityGroupName

        EC2SecurityGroup.Builder ec2SecurityGroupName​(String ec2SecurityGroupName)

        The name of the Amazon EC2 security group.

        Parameters:
        ec2SecurityGroupName - The name of the Amazon EC2 security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ec2SecurityGroupOwnerId

        EC2SecurityGroup.Builder ec2SecurityGroupOwnerId​(String ec2SecurityGroupOwnerId)

        The Amazon account ID of the Amazon EC2 security group owner.

        Parameters:
        ec2SecurityGroupOwnerId - The Amazon account ID of the Amazon EC2 security group owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.