Interface RegionalSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RegionalSummary.Builder,
,RegionalSummary> SdkBuilder<RegionalSummary.Builder,
,RegionalSummary> SdkPojo
- Enclosing class:
RegionalSummary
@Mutable
@NotThreadSafe
public static interface RegionalSummary.Builder
extends SdkPojo, CopyableBuilder<RegionalSummary.Builder,RegionalSummary>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfMatchedAccounts
(Integer numberOfMatchedAccounts) The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.numberOfUnmatchedAccounts
(Integer numberOfUnmatchedAccounts) The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.regionName
(String regionName) The Amazon Web Services Region.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
-
regionName
The Amazon Web Services Region.
- Parameters:
regionName
- The Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfMatchedAccounts
The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.
- Parameters:
numberOfMatchedAccounts
- The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfUnmatchedAccounts
The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.
- Parameters:
numberOfUnmatchedAccounts
- The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-