Class ScanJob.Inventory.ScanTarget.Builder
-
- All Implemented Interfaces:
public final class ScanJob.Inventory.ScanTarget.BuilderA builder for ScanTarget.
-
-
Method Summary
-
-
Method Detail
-
assetRegion
final ScanJob.Inventory.ScanTarget.Builder assetRegion(String assetRegion)
region of the discovered asset
-
assetRegion
final ScanJob.Inventory.ScanTarget.Builder assetRegion(JsonField<String> assetRegion)
Sets Builder.assetRegion to an arbitrary JSON value.
You should usually call Builder.assetRegion with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
deepScan
final ScanJob.Inventory.ScanTarget.Builder deepScan(ScanJob.Inventory.ScanTarget.DeepScan deepScan)
-
deepScan
final ScanJob.Inventory.ScanTarget.Builder deepScan(JsonField<ScanJob.Inventory.ScanTarget.DeepScan> deepScan)
Sets Builder.deepScan to an arbitrary JSON value.
You should usually call Builder.deepScan with a well-typed DeepScan value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
providerDetails
final ScanJob.Inventory.ScanTarget.Builder providerDetails(ScanJob.Inventory.ScanTarget.ProviderDetails providerDetails)
-
providerDetails
final ScanJob.Inventory.ScanTarget.Builder providerDetails(JsonField<ScanJob.Inventory.ScanTarget.ProviderDetails> providerDetails)
Sets Builder.providerDetails to an arbitrary JSON value.
You should usually call Builder.providerDetails with a well-typed ProviderDetails value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ScanJob.Inventory.ScanTarget.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ScanJob.Inventory.ScanTarget.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ScanJob.Inventory.ScanTarget.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ScanJob.Inventory.ScanTarget.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ScanJob.Inventory.ScanTarget.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ScanJob.Inventory.ScanTarget build()
Returns an immutable instance of ScanTarget.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-