Interface GetAccountCustomizationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccountCustomizationsResponse.Builder,,GetAccountCustomizationsResponse> SdkBuilder<GetAccountCustomizationsResponse.Builder,,GetAccountCustomizationsResponse> SdkPojo,SdkResponse.Builder,UxcResponse.Builder
- Enclosing class:
GetAccountCustomizationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccountColor(String accountColor) The account color preference.accountColor(AccountColor accountColor) The account color preference.visibleRegions(String... visibleRegions) The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console.visibleRegions(Collection<String> visibleRegions) The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console.visibleServices(String... visibleServices) The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console.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.Methods 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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.uxc.model.UxcResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
accountColor
The account color preference. A value of
noneindicates that you have not set a color.- Parameters:
accountColor- The account color preference. A value ofnoneindicates 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
noneindicates that you have not set a color.- Parameters:
accountColor- The account color preference. A value ofnoneindicates 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
The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of
nullindicates 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 ofnullindicates 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
The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console. A value of
nullindicates 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 ofnullindicates 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
nullindicates 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 ofnullindicates 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
The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console. A value of
nullindicates 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 ofnullindicates 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.
-