Interface ImportClientBrandingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportClientBrandingResponse.Builder,ImportClientBrandingResponse>,SdkBuilder<ImportClientBrandingResponse.Builder,ImportClientBrandingResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- ImportClientBrandingResponse
public static interface ImportClientBrandingResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<ImportClientBrandingResponse.Builder,ImportClientBrandingResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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:
deviceTypeWindows(DefaultClientBrandingAttributes)
-
deviceTypeOsx
ImportClientBrandingResponse.Builder deviceTypeOsx(DefaultClientBrandingAttributes 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:
deviceTypeOsx(DefaultClientBrandingAttributes)
-
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:
deviceTypeAndroid(DefaultClientBrandingAttributes)
-
deviceTypeIos
ImportClientBrandingResponse.Builder deviceTypeIos(IosClientBrandingAttributes 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:
deviceTypeIos(IosClientBrandingAttributes)
-
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:
deviceTypeLinux(DefaultClientBrandingAttributes)
-
deviceTypeWeb
ImportClientBrandingResponse.Builder deviceTypeWeb(DefaultClientBrandingAttributes 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:
deviceTypeWeb(DefaultClientBrandingAttributes)
-
-