Class ScanJob.Inventory.ScanTarget.ProviderDetails
-
- All Implemented Interfaces:
public final class ScanJob.Inventory.ScanTarget.ProviderDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanJob.Inventory.ScanTarget.ProviderDetails.BuilderA builder for ProviderDetails.
public final classScanJob.Inventory.ScanTarget.ProviderDetails.Provider
-
Method Summary
Modifier and Type Method Description final ScanJob.Inventory.ScanTarget.ProviderDetails.Providerprovider()final StringproviderModelId()The provider's unique identifier for the model. final Optional<String>country()Optional country code (ISO 3166-1 alpha-2) for the location where the model provider is primarily based. final Optional<String>modelArn()Optional full ARN or resource identifier for the model. final JsonField<ScanJob.Inventory.ScanTarget.ProviderDetails.Provider>_provider()Returns the raw JSON value of provider. final JsonField<String>_providerModelId()Returns the raw JSON value of providerModelId. final JsonField<String>_country()Returns the raw JSON value of country. final JsonField<String>_modelArn()Returns the raw JSON value of modelArn. final Map<String, JsonValue>_additionalProperties()final ScanJob.Inventory.ScanTarget.ProviderDetails.BuildertoBuilder()final ScanJob.Inventory.ScanTarget.ProviderDetailsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanJob.Inventory.ScanTarget.ProviderDetails.Builderbuilder()Returns a mutable builder for constructing an instance of ProviderDetails. -
-
Method Detail
-
provider
final ScanJob.Inventory.ScanTarget.ProviderDetails.Provider provider()
-
providerModelId
final String providerModelId()
The provider's unique identifier for the model. Examples:
AWS Bedrock: "anthropic.claude-3-5-sonnet-20241022-v2:0"
Azure AI Foundry: "Claude-3-5-Sonnet"
-
country
final Optional<String> country()
Optional country code (ISO 3166-1 alpha-2) for the location where the model provider is primarily based.
-
modelArn
final Optional<String> modelArn()
Optional full ARN or resource identifier for the model. Used for provisioned models, custom deployments, or cross-account access.
-
_provider
final JsonField<ScanJob.Inventory.ScanTarget.ProviderDetails.Provider> _provider()
Returns the raw JSON value of provider.
Unlike provider, this method doesn't throw if the JSON field has an unexpected type.
-
_providerModelId
final JsonField<String> _providerModelId()
Returns the raw JSON value of providerModelId.
Unlike providerModelId, this method doesn't throw if the JSON field has an unexpected type.
-
_country
final JsonField<String> _country()
Returns the raw JSON value of country.
Unlike country, this method doesn't throw if the JSON field has an unexpected type.
-
_modelArn
final JsonField<String> _modelArn()
Returns the raw JSON value of modelArn.
Unlike modelArn, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanJob.Inventory.ScanTarget.ProviderDetails.Builder toBuilder()
-
validate
final ScanJob.Inventory.ScanTarget.ProviderDetails validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ScanJob.Inventory.ScanTarget.ProviderDetails.Builder builder()
Returns a mutable builder for constructing an instance of ProviderDetails.
The following fields are required:
.provider() .providerModelId()
-
-
-
-