Interface ConformancePackComplianceScore.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConformancePackComplianceScore.Builder,
,ConformancePackComplianceScore> SdkBuilder<ConformancePackComplianceScore.Builder,
,ConformancePackComplianceScore> SdkPojo
- Enclosing class:
ConformancePackComplianceScore
@Mutable
@NotThreadSafe
public static interface ConformancePackComplianceScore.Builder
extends SdkPojo, CopyableBuilder<ConformancePackComplianceScore.Builder,ConformancePackComplianceScore>
-
Method Summary
Modifier and TypeMethodDescriptionconformancePackName
(String conformancePackName) The name of the conformance pack.lastUpdatedTime
(Instant lastUpdatedTime) The time that the conformance pack compliance score was last updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-