Interface AWSConfiguration.Builder

  • Method Details

    • assumableRoleArn

      AWSConfiguration.Builder assumableRoleArn(String assumableRoleArn)

      Role ARN to be assumed by AIDevOps to operate on behalf of customer.

      Parameters:
      assumableRoleArn - Role ARN to be assumed by AIDevOps to operate on behalf of customer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      AWSConfiguration.Builder accountId(String accountId)

      AWS Account Id corresponding to provided resources.

      Parameters:
      accountId - AWS Account Id corresponding to provided resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountType

      AWSConfiguration.Builder accountType(String accountType)

      Account Type 'monitor' for AIDevOps monitoring.

      Parameters:
      accountType - Account Type 'monitor' for AIDevOps monitoring.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountType

      AWSConfiguration.Builder accountType(MonitorAccountType accountType)

      Account Type 'monitor' for AIDevOps monitoring.

      Parameters:
      accountType - Account Type 'monitor' for AIDevOps monitoring.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentElevatedRoleArn

      AWSConfiguration.Builder agentElevatedRoleArn(String agentElevatedRoleArn)

      Optional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer. Used for mutating operations gated by elevatedActionsEnabled on the AgentSpace. When not provided, only non-elevated directed actions are available for this AWS account.

      Parameters:
      agentElevatedRoleArn - Optional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer. Used for mutating operations gated by elevatedActionsEnabled on the AgentSpace. When not provided, only non-elevated directed actions are available for this AWS account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentElevatedRoleArnStatus

      AWSConfiguration.Builder agentElevatedRoleArnStatus(String agentElevatedRoleArnStatus)

      Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).

      Parameters:
      agentElevatedRoleArnStatus - Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • agentElevatedRoleArnStatus

      AWSConfiguration.Builder agentElevatedRoleArnStatus(ValidationStatus agentElevatedRoleArnStatus)

      Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).

      Parameters:
      agentElevatedRoleArnStatus - Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: