Interface StaleSecurityGroup.Builder

    • Method Detail

      • description

        StaleSecurityGroup.Builder description​(String description)

        The description of the security group.

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

        StaleSecurityGroup.Builder groupId​(String groupId)

        The ID of the security group.

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

        StaleSecurityGroup.Builder groupName​(String groupName)

        The name of the security group.

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

        StaleSecurityGroup.Builder staleIpPermissions​(Collection<StaleIpPermission> staleIpPermissions)

        Information about the stale inbound rules in the security group.

        Parameters:
        staleIpPermissions - Information about the stale inbound rules in the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staleIpPermissions

        StaleSecurityGroup.Builder staleIpPermissions​(StaleIpPermission... staleIpPermissions)

        Information about the stale inbound rules in the security group.

        Parameters:
        staleIpPermissions - Information about the stale inbound rules in the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staleIpPermissionsEgress

        StaleSecurityGroup.Builder staleIpPermissionsEgress​(Collection<StaleIpPermission> staleIpPermissionsEgress)

        Information about the stale outbound rules in the security group.

        Parameters:
        staleIpPermissionsEgress - Information about the stale outbound rules in the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staleIpPermissionsEgress

        StaleSecurityGroup.Builder staleIpPermissionsEgress​(StaleIpPermission... staleIpPermissionsEgress)

        Information about the stale outbound rules in the security group.

        Parameters:
        staleIpPermissionsEgress - Information about the stale outbound rules in the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        StaleSecurityGroup.Builder vpcId​(String vpcId)

        The ID of the VPC for the security group.

        Parameters:
        vpcId - The ID of the VPC for the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.