public static interface AggregateComplianceByConformancePack.Builder extends SdkPojo, CopyableBuilder<AggregateComplianceByConformancePack.Builder,AggregateComplianceByConformancePack>
| Modifier and Type | Method and Description |
|---|---|
AggregateComplianceByConformancePack.Builder |
accountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
|
AggregateComplianceByConformancePack.Builder |
awsRegion(String awsRegion)
The source Amazon Web Services Region from where the data is aggregated.
|
AggregateComplianceByConformancePack.Builder |
compliance(AggregateConformancePackCompliance compliance)
The compliance status of the conformance pack.
|
default AggregateComplianceByConformancePack.Builder |
compliance(Consumer<AggregateConformancePackCompliance.Builder> compliance)
The compliance status of the conformance pack.
|
AggregateComplianceByConformancePack.Builder |
conformancePackName(String conformancePackName)
The name of the conformance pack.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregateComplianceByConformancePack.Builder conformancePackName(String conformancePackName)
The name of the conformance pack.
conformancePackName - The name of the conformance pack.AggregateComplianceByConformancePack.Builder compliance(AggregateConformancePackCompliance compliance)
The compliance status of the conformance pack.
compliance - The compliance status of the conformance pack.default AggregateComplianceByConformancePack.Builder compliance(Consumer<AggregateConformancePackCompliance.Builder> compliance)
The compliance status of the conformance pack.
This is a convenience method that creates an instance of theAggregateConformancePackCompliance.Builder avoiding the need to create one manually via
AggregateConformancePackCompliance.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to compliance(AggregateConformancePackCompliance).
compliance - a consumer that will call methods on AggregateConformancePackCompliance.Buildercompliance(AggregateConformancePackCompliance)AggregateComplianceByConformancePack.Builder accountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
accountId - The 12-digit Amazon Web Services account ID of the source account.AggregateComplianceByConformancePack.Builder awsRegion(String awsRegion)
The source Amazon Web Services Region from where the data is aggregated.
awsRegion - The source Amazon Web Services Region from where the data is aggregated.Copyright © 2023. All rights reserved.