Interface SecurityGroupReference.Builder

    • Method Detail

      • groupId

        SecurityGroupReference.Builder groupId​(String groupId)

        The ID of your security group.

        Parameters:
        groupId - The ID of your security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referencingVpcId

        SecurityGroupReference.Builder referencingVpcId​(String referencingVpcId)

        The ID of the VPC with the referencing security group.

        Parameters:
        referencingVpcId - The ID of the VPC with the referencing security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitGatewayId

        SecurityGroupReference.Builder transitGatewayId​(String transitGatewayId)

        The ID of the transit gateway (if applicable). For more information about security group referencing for transit gateways, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.

        Parameters:
        transitGatewayId - The ID of the transit gateway (if applicable). For more information about security group referencing for transit gateways, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.