Interface GetAccountCustomizationsResponse.Builder

  • Method Details

    • accountColor

      The account color preference. A value of none indicates that you have not set a color.

      Parameters:
      accountColor - The account color preference. A value of none indicates that you have not set a color.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountColor

      The account color preference. A value of none indicates that you have not set a color.

      Parameters:
      accountColor - The account color preference. A value of none indicates that you have not set a color.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibleServices

      GetAccountCustomizationsResponse.Builder visibleServices(Collection<String> visibleServices)

      The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all services are visible. For valid service identifiers, call ListServices.

      Parameters:
      visibleServices - The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all services are visible. For valid service identifiers, call ListServices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibleServices

      GetAccountCustomizationsResponse.Builder visibleServices(String... visibleServices)

      The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all services are visible. For valid service identifiers, call ListServices.

      Parameters:
      visibleServices - The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all services are visible. For valid service identifiers, call ListServices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibleRegions

      The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see Amazon Web Services Regions.

      Parameters:
      visibleRegions - The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see Amazon Web Services Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibleRegions

      GetAccountCustomizationsResponse.Builder visibleRegions(String... visibleRegions)

      The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see Amazon Web Services Regions.

      Parameters:
      visibleRegions - The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of null indicates that you have not configured this feature and all Regions are visible. For a list of valid Region codes, see Amazon Web Services Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.