Package com.oracle.bmc.datasafe.model
Class RunCryptoAssessmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.RunCryptoAssessmentDetails.Builder
-
- Enclosing class:
- RunCryptoAssessmentDetails
public static class RunCryptoAssessmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunCryptoAssessmentDetailsbuild()RunCryptoAssessmentDetails.BuildercompartmentId(String compartmentId)This field is ignored when refreshing a crypto assessment.RunCryptoAssessmentDetails.Buildercopy(RunCryptoAssessmentDetails model)RunCryptoAssessmentDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.RunCryptoAssessmentDetails.Builderdescription(String description)The description of the crypto assessment.RunCryptoAssessmentDetails.BuilderdisplayName(String displayName)The display name of the crypto assessment.RunCryptoAssessmentDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
-
-
-
Method Detail
-
compartmentId
public RunCryptoAssessmentDetails.Builder compartmentId(String compartmentId)
This field is ignored when refreshing a crypto assessment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
displayName
public RunCryptoAssessmentDetails.Builder displayName(String displayName)
The display name of the crypto assessment.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public RunCryptoAssessmentDetails.Builder description(String description)
The description of the crypto assessment.- Parameters:
description- the value to set- Returns:
- this builder
-
freeformTags
public RunCryptoAssessmentDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public RunCryptoAssessmentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public RunCryptoAssessmentDetails build()
-
copy
public RunCryptoAssessmentDetails.Builder copy(RunCryptoAssessmentDetails model)
-
-