Interface UpdateAccountCustomizationsRequest.Builder

  • Method Details

    • accountColor

      The account color preference to set. Set to none to reset to the default (no color).

      Parameters:
      accountColor - The account color preference to set. Set to none to reset to the default (no color).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountColor

      The account color preference to set. Set to none to reset to the default (no color).

      Parameters:
      accountColor - The account color preference to set. Set to none to reset to the default (no color).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibleServices

      The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all services visible. For valid service identifiers, call ListServices.

      Parameters:
      visibleServices - The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all services visible. For valid service identifiers, call ListServices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibleServices

      UpdateAccountCustomizationsRequest.Builder visibleServices(String... visibleServices)

      The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all services visible. For valid service identifiers, call ListServices.

      Parameters:
      visibleServices - The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all services 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 to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all Regions visible. For a list of valid Region codes, see Amazon Web Services Regions.

      Parameters:
      visibleRegions - The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all Regions 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

      UpdateAccountCustomizationsRequest.Builder visibleRegions(String... visibleRegions)

      The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all Regions visible. For a list of valid Region codes, see Amazon Web Services Regions.

      Parameters:
      visibleRegions - The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console. Set to null to reset to the default, which makes all Regions 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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.