public static class SecurityAssessmentComparison.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityAssessmentComparison.Builder |
baselineId(String baselineId)
The OCID of the security assessment that is set as a baseline.
|
SecurityAssessmentComparison |
build() |
SecurityAssessmentComparison.Builder |
copy(SecurityAssessmentComparison model) |
SecurityAssessmentComparison.Builder |
id(String id)
The OCID of the security assessment that is being compared with a baseline security
assessment.
|
SecurityAssessmentComparison.Builder |
lifecycleState(SecurityAssessmentComparison.LifecycleState lifecycleState)
The current state of the security assessment comparison.
|
SecurityAssessmentComparison.Builder |
targets(List<SecurityAssessmentComparisonPerTarget> targets)
A target-based comparison between two security assessments.
|
SecurityAssessmentComparison.Builder |
timeCreated(Date timeCreated)
The date and time when the security assessment comparison was created.
|
public SecurityAssessmentComparison.Builder id(String id)
The OCID of the security assessment that is being compared with a baseline security assessment.
id
- the value to setpublic SecurityAssessmentComparison.Builder baselineId(String baselineId)
The OCID of the security assessment that is set as a baseline.
baselineId
- the value to setpublic SecurityAssessmentComparison.Builder lifecycleState(SecurityAssessmentComparison.LifecycleState lifecycleState)
The current state of the security assessment comparison.
lifecycleState
- the value to setpublic SecurityAssessmentComparison.Builder timeCreated(Date timeCreated)
The date and time when the security assessment comparison was created. Conforms to the format defined by RFC3339.
timeCreated
- the value to setpublic SecurityAssessmentComparison.Builder targets(List<SecurityAssessmentComparisonPerTarget> targets)
A target-based comparison between two security assessments.
targets
- the value to setpublic SecurityAssessmentComparison build()
public SecurityAssessmentComparison.Builder copy(SecurityAssessmentComparison model)
Copyright © 2016–2024. All rights reserved.