Package com.oracle.bmc.datasafe.model
Class TemplateAssociationAnalyticsDimensions.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.TemplateAssociationAnalyticsDimensions.Builder
-
- Enclosing class:
- TemplateAssociationAnalyticsDimensions
public static class TemplateAssociationAnalyticsDimensions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateAssociationAnalyticsDimensions
build()
TemplateAssociationAnalyticsDimensions.Builder
copy(TemplateAssociationAnalyticsDimensions model)
TemplateAssociationAnalyticsDimensions.Builder
targetDatabaseGroupId(String targetDatabaseGroupId)
The OCID of the target database group that the group assessment is created for.TemplateAssociationAnalyticsDimensions.Builder
targetId(String targetId)
The OCID of the target database.TemplateAssociationAnalyticsDimensions.Builder
templateAssessmentId(String templateAssessmentId)
The OCID of the security assessment of type TEMPLATE.TemplateAssociationAnalyticsDimensions.Builder
templateBaselineAssessmentId(String templateBaselineAssessmentId)
The OCID of the security assessment of type TEMPLATE_BASELINE.
-
-
-
Method Detail
-
templateAssessmentId
public TemplateAssociationAnalyticsDimensions.Builder templateAssessmentId(String templateAssessmentId)
The OCID of the security assessment of type TEMPLATE.- Parameters:
templateAssessmentId
- the value to set- Returns:
- this builder
-
templateBaselineAssessmentId
public TemplateAssociationAnalyticsDimensions.Builder templateBaselineAssessmentId(String templateBaselineAssessmentId)
The OCID of the security assessment of type TEMPLATE_BASELINE.- Parameters:
templateBaselineAssessmentId
- the value to set- Returns:
- this builder
-
targetDatabaseGroupId
public TemplateAssociationAnalyticsDimensions.Builder targetDatabaseGroupId(String targetDatabaseGroupId)
The OCID of the target database group that the group assessment is created for.This field will be in the response if the template was applied on a target group.
- Parameters:
targetDatabaseGroupId
- the value to set- Returns:
- this builder
-
targetId
public TemplateAssociationAnalyticsDimensions.Builder targetId(String targetId)
The OCID of the target database.If the template was applied on a target group, this field will be the OCID of the target members of the target group. If the template was applied on an individual target, this field will contain that targetId.
- Parameters:
targetId
- the value to set- Returns:
- this builder
-
build
public TemplateAssociationAnalyticsDimensions build()
-
copy
public TemplateAssociationAnalyticsDimensions.Builder copy(TemplateAssociationAnalyticsDimensions model)
-
-