Interface ConformancePackComplianceScore.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConformancePackComplianceScore.Builder,ConformancePackComplianceScore>,SdkBuilder<ConformancePackComplianceScore.Builder,ConformancePackComplianceScore>,SdkPojo
- Enclosing class:
- ConformancePackComplianceScore
public static interface ConformancePackComplianceScore.Builder extends SdkPojo, CopyableBuilder<ConformancePackComplianceScore.Builder,ConformancePackComplianceScore>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConformancePackComplianceScore.BuilderconformancePackName(String conformancePackName)The name of the conformance pack.ConformancePackComplianceScore.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time that the conformance pack compliance score was last updated.ConformancePackComplianceScore.Builderscore(String score)Compliance score for the conformance pack.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
score
ConformancePackComplianceScore.Builder score(String score)
Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of
INSUFFICIENT_DATA.- Parameters:
score- Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score ofINSUFFICIENT_DATA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conformancePackName
ConformancePackComplianceScore.Builder conformancePackName(String conformancePackName)
The name of the conformance pack.
- Parameters:
conformancePackName- The name of the conformance pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
ConformancePackComplianceScore.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that the conformance pack compliance score was last updated.
- Parameters:
lastUpdatedTime- The time that the conformance pack compliance score was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-