Interface RegistryRecordIamCredentialProvider.Builder

  • Method Details

    • roleArn

      The Amazon Resource Name (ARN) of the IAM role to assume for SigV4 signing.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role to assume for SigV4 signing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • service

      The SigV4 signing service name (for example, execute-api or bedrock-agentcore).

      Parameters:
      service - The SigV4 signing service name (for example, execute-api or bedrock-agentcore).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      The Amazon Web Services region for SigV4 signing (for example, us-west-2). If not specified, the region is extracted from the MCP server URL hostname, with fallback to the service's own region.

      Parameters:
      region - The Amazon Web Services region for SigV4 signing (for example, us-west-2). If not specified, the region is extracted from the MCP server URL hostname, with fallback to the service's own region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.