Interface UpdateAccountCustomizationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccountCustomizationsRequest.Builder,,UpdateAccountCustomizationsRequest> SdkBuilder<UpdateAccountCustomizationsRequest.Builder,,UpdateAccountCustomizationsRequest> SdkPojo,SdkRequest.Builder,UxcRequest.Builder
- Enclosing class:
UpdateAccountCustomizationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountColor(String accountColor) The account color preference to set.accountColor(AccountColor accountColor) The account color preference to set.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.visibleRegions(String... visibleRegions) The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console.visibleRegions(Collection<String> visibleRegions) The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console.visibleServices(String... visibleServices) The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console.visibleServices(Collection<String> visibleServices) The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.uxc.model.UxcRequest.Builder
build
-
Method Details
-
accountColor
The account color preference to set. Set to
noneto reset to the default (no color).- Parameters:
accountColor- The account color preference to set. Set tononeto 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
noneto reset to the default (no color).- Parameters:
accountColor- The account color preference to set. Set tononeto 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
nullto 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 tonullto 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
The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to
nullto 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 tonullto 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
nullto 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 tonullto 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
The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console. Set to
nullto 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 tonullto 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
UpdateAccountCustomizationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAccountCustomizationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-