Interface AssociationDetail.Builder

  • Method Details

    • associationId

      AssociationDetail.Builder associationId(String associationId)

      The unique identifier for the association.

      Parameters:
      associationId - The unique identifier for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the association.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleId

      The unique identifier for the custom detection rule.

      Parameters:
      ruleId - The unique identifier for the custom detection rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      AssociationDetail.Builder accountId(String accountId)

      The Amazon Web Services account ID associated with this rule association.

      Parameters:
      accountId - The Amazon Web Services account ID associated with this rule association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mode

      The rule execution mode. Valid values: LIVE | DRY_RUN.

      Parameters:
      mode - The rule execution mode. Valid values: LIVE | DRY_RUN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      The rule execution mode. Valid values: LIVE | DRY_RUN.

      Parameters:
      mode - The rule execution mode. Valid values: LIVE | DRY_RUN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      AssociationDetail.Builder createdAt(Instant createdAt)

      The timestamp when the association was created.

      Parameters:
      createdAt - The timestamp when the association was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      AssociationDetail.Builder updatedAt(Instant updatedAt)

      The timestamp when the association was last updated.

      Parameters:
      updatedAt - The timestamp when the association was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiresAt

      AssociationDetail.Builder expiresAt(Instant expiresAt)

      The timestamp when the association expires.

      Parameters:
      expiresAt - The timestamp when the association expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.