Interface ImportClientBrandingResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ImportClientBrandingResponse.Builder,,ImportClientBrandingResponse> SdkBuilder<ImportClientBrandingResponse.Builder,,ImportClientBrandingResponse> SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
 ImportClientBrandingResponse
- 
Method Summary
Modifier and TypeMethodDescriptiondeviceTypeAndroid(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeAndroid) The branding information configured for Android devices.deviceTypeAndroid(DefaultClientBrandingAttributes deviceTypeAndroid) The branding information configured for Android devices.deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos) The branding information configured for iOS devices.deviceTypeIos(IosClientBrandingAttributes deviceTypeIos) The branding information configured for iOS devices.deviceTypeLinux(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeLinux) The branding information configured for Linux devices.deviceTypeLinux(DefaultClientBrandingAttributes deviceTypeLinux) The branding information configured for Linux devices.deviceTypeOsx(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeOsx) The branding information configured for macOS devices.deviceTypeOsx(DefaultClientBrandingAttributes deviceTypeOsx) The branding information configured for macOS devices.deviceTypeWeb(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWeb) The branding information configured for web access.deviceTypeWeb(DefaultClientBrandingAttributes deviceTypeWeb) The branding information configured for web access.deviceTypeWindows(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWindows) The branding information configured for Windows devices.deviceTypeWindows(DefaultClientBrandingAttributes deviceTypeWindows) The branding information configured for Windows devices.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.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
deviceTypeWindows
ImportClientBrandingResponse.Builder deviceTypeWindows(DefaultClientBrandingAttributes deviceTypeWindows) The branding information configured for Windows devices.
- Parameters:
 deviceTypeWindows- The branding information configured for Windows devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeWindows
default ImportClientBrandingResponse.Builder deviceTypeWindows(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWindows) The branding information configured for Windows devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builderavoiding the need to create one manually viaDefaultClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeWindows(DefaultClientBrandingAttributes).- Parameters:
 deviceTypeWindows- a consumer that will call methods onDefaultClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deviceTypeOsx
The branding information configured for macOS devices.
- Parameters:
 deviceTypeOsx- The branding information configured for macOS devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeOsx
default ImportClientBrandingResponse.Builder deviceTypeOsx(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeOsx) The branding information configured for macOS devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builderavoiding the need to create one manually viaDefaultClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeOsx(DefaultClientBrandingAttributes).- Parameters:
 deviceTypeOsx- a consumer that will call methods onDefaultClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deviceTypeAndroid
ImportClientBrandingResponse.Builder deviceTypeAndroid(DefaultClientBrandingAttributes deviceTypeAndroid) The branding information configured for Android devices.
- Parameters:
 deviceTypeAndroid- The branding information configured for Android devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeAndroid
default ImportClientBrandingResponse.Builder deviceTypeAndroid(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeAndroid) The branding information configured for Android devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builderavoiding the need to create one manually viaDefaultClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeAndroid(DefaultClientBrandingAttributes).- Parameters:
 deviceTypeAndroid- a consumer that will call methods onDefaultClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deviceTypeIos
The branding information configured for iOS devices.
- Parameters:
 deviceTypeIos- The branding information configured for iOS devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeIos
default ImportClientBrandingResponse.Builder deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos) The branding information configured for iOS devices.
This is a convenience method that creates an instance of theIosClientBrandingAttributes.Builderavoiding the need to create one manually viaIosClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeIos(IosClientBrandingAttributes).- Parameters:
 deviceTypeIos- a consumer that will call methods onIosClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deviceTypeLinux
ImportClientBrandingResponse.Builder deviceTypeLinux(DefaultClientBrandingAttributes deviceTypeLinux) The branding information configured for Linux devices.
- Parameters:
 deviceTypeLinux- The branding information configured for Linux devices.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeLinux
default ImportClientBrandingResponse.Builder deviceTypeLinux(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeLinux) The branding information configured for Linux devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builderavoiding the need to create one manually viaDefaultClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeLinux(DefaultClientBrandingAttributes).- Parameters:
 deviceTypeLinux- a consumer that will call methods onDefaultClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deviceTypeWeb
The branding information configured for web access.
- Parameters:
 deviceTypeWeb- The branding information configured for web access.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceTypeWeb
default ImportClientBrandingResponse.Builder deviceTypeWeb(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWeb) The branding information configured for web access.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builderavoiding the need to create one manually viaDefaultClientBrandingAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceTypeWeb(DefaultClientBrandingAttributes).- Parameters:
 deviceTypeWeb- a consumer that will call methods onDefaultClientBrandingAttributes.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -