Class JobRequestParams.Inventory.ScanTarget.Builder
-
- All Implemented Interfaces:
public final class JobRequestParams.Inventory.ScanTarget.BuilderA builder for ScanTarget.
-
-
Method Summary
-
-
Method Detail
-
assetRegion
final JobRequestParams.Inventory.ScanTarget.Builder assetRegion(String assetRegion)
region of the discovered asset
-
assetRegion
final JobRequestParams.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 JobRequestParams.Inventory.ScanTarget.Builder deepScan(JobRequestParams.Inventory.ScanTarget.DeepScan deepScan)
-
deepScan
final JobRequestParams.Inventory.ScanTarget.Builder deepScan(JsonField<JobRequestParams.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 JobRequestParams.Inventory.ScanTarget.Builder providerDetails(JobRequestParams.Inventory.ScanTarget.ProviderDetails providerDetails)
-
providerDetails
final JobRequestParams.Inventory.ScanTarget.Builder providerDetails(JsonField<JobRequestParams.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 JobRequestParams.Inventory.ScanTarget.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final JobRequestParams.Inventory.ScanTarget.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final JobRequestParams.Inventory.ScanTarget.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final JobRequestParams.Inventory.ScanTarget.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final JobRequestParams.Inventory.ScanTarget.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final JobRequestParams.Inventory.ScanTarget build()
Returns an immutable instance of ScanTarget.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-