Interface RegionalSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RegionalSummary.Builder,RegionalSummary>
,SdkBuilder<RegionalSummary.Builder,RegionalSummary>
,SdkPojo
- Enclosing class:
- RegionalSummary
public static interface RegionalSummary.Builder extends SdkPojo, CopyableBuilder<RegionalSummary.Builder,RegionalSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionalSummary.Builder
numberOfMatchedAccounts(Integer numberOfMatchedAccounts)
The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.RegionalSummary.Builder
numberOfUnmatchedAccounts(Integer numberOfUnmatchedAccounts)
The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.RegionalSummary.Builder
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 Detail
-
regionName
RegionalSummary.Builder regionName(String 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
RegionalSummary.Builder numberOfMatchedAccounts(Integer 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
RegionalSummary.Builder numberOfUnmatchedAccounts(Integer 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.
-
-