Interface ManagedSecurityGroup.Builder

  • Method Details

    • arn

      The ARN of the security group.

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

      The status of the security group.

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

      The status of the security group.

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

      ManagedSecurityGroup.Builder statusReason(String statusReason)

      Information about why the security group is in the current status.

      Parameters:
      statusReason - Information about why the security group is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ManagedSecurityGroup.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for when the security group was last updated.

      Parameters:
      updatedAt - The Unix timestamp for when the security group was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.