Interface ManagedSecurityGroup.Builder

    • Method Detail

      • arn

        ManagedSecurityGroup.Builder arn​(String 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.
      • 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.