Interface UpdateAccountCustomizationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccountCustomizationsResponse.Builder,,UpdateAccountCustomizationsResponse> SdkBuilder<UpdateAccountCustomizationsResponse.Builder,,UpdateAccountCustomizationsResponse> SdkPojo,SdkResponse.Builder,UxcResponse.Builder
- Enclosing class:
UpdateAccountCustomizationsResponse
@Mutable
@NotThreadSafe
public static interface UpdateAccountCustomizationsResponse.Builder
extends UxcResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationsResponse.Builder,UpdateAccountCustomizationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountColor(String accountColor) The current account color preference after the update.accountColor(AccountColor accountColor) The current account color preference after the update.visibleRegions(String... visibleRegions) The current list of visible Region codes after the update.visibleRegions(Collection<String> visibleRegions) The current list of visible Region codes after the update.visibleServices(String... visibleServices) The current list of visible service identifiers after the update.visibleServices(Collection<String> visibleServices) The current list of visible service identifiers after the update.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 current account color preference after the update.
- Parameters:
accountColor- The current account color preference after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountColor
The current account color preference after the update.
- Parameters:
accountColor- The current account color preference after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibleServices
The current list of visible service identifiers after the update.
- Parameters:
visibleServices- The current list of visible service identifiers after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibleServices
The current list of visible service identifiers after the update.
- Parameters:
visibleServices- The current list of visible service identifiers after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibleRegions
The current list of visible Region codes after the update.
- Parameters:
visibleRegions- The current list of visible Region codes after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibleRegions
The current list of visible Region codes after the update.
- Parameters:
visibleRegions- The current list of visible Region codes after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-