Interface AggregateConformancePackComplianceFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>,SdkBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>,SdkPojo
- Enclosing class:
- AggregateConformancePackComplianceFilters
public static interface AggregateConformancePackComplianceFilters.Builder extends SdkPojo, CopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateConformancePackComplianceFilters.BuilderaccountId(String accountId)The 12-digit Amazon Web Services account ID of the source account.AggregateConformancePackComplianceFilters.BuilderawsRegion(String awsRegion)The source Amazon Web Services Region from where the data is aggregated.AggregateConformancePackComplianceFilters.BuildercomplianceType(String complianceType)The compliance status of the conformance pack.AggregateConformancePackComplianceFilters.BuildercomplianceType(ConformancePackComplianceType complianceType)The compliance status of the conformance pack.AggregateConformancePackComplianceFilters.BuilderconformancePackName(String conformancePackName)The name of 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
-
conformancePackName
AggregateConformancePackComplianceFilters.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.
-
complianceType
AggregateConformancePackComplianceFilters.Builder complianceType(String complianceType)
The compliance status of the conformance pack.
- Parameters:
complianceType- The compliance status of the conformance pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConformancePackComplianceType,ConformancePackComplianceType
-
complianceType
AggregateConformancePackComplianceFilters.Builder complianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
- Parameters:
complianceType- The compliance status of the conformance pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConformancePackComplianceType,ConformancePackComplianceType
-
accountId
AggregateConformancePackComplianceFilters.Builder accountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
- Parameters:
accountId- The 12-digit Amazon Web Services account ID of the source account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
AggregateConformancePackComplianceFilters.Builder awsRegion(String awsRegion)
The source Amazon Web Services Region from where the data is aggregated.
- Parameters:
awsRegion- The source Amazon Web Services Region from where the data is aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-