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 Details

    • 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.