Interface DescribeClientBrandingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeClientBrandingResponse.Builder,DescribeClientBrandingResponse>,SdkBuilder<DescribeClientBrandingResponse.Builder,DescribeClientBrandingResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- DescribeClientBrandingResponse
public static interface DescribeClientBrandingResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeClientBrandingResponse.Builder,DescribeClientBrandingResponse>
-
-
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
DescribeClientBrandingResponse.Builder deviceTypeWindows(DefaultClientBrandingAttributes deviceTypeWindows)
The branding information for Windows devices.
- Parameters:
deviceTypeWindows- The branding information for Windows devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeWindows
default DescribeClientBrandingResponse.Builder deviceTypeWindows(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWindows)
The branding information 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
DescribeClientBrandingResponse.Builder deviceTypeOsx(DefaultClientBrandingAttributes deviceTypeOsx)
The branding information for macOS devices.
- Parameters:
deviceTypeOsx- The branding information for macOS devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeOsx
default DescribeClientBrandingResponse.Builder deviceTypeOsx(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeOsx)
The branding information 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
DescribeClientBrandingResponse.Builder deviceTypeAndroid(DefaultClientBrandingAttributes deviceTypeAndroid)
The branding information for Android devices.
- Parameters:
deviceTypeAndroid- The branding information for Android devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeAndroid
default DescribeClientBrandingResponse.Builder deviceTypeAndroid(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeAndroid)
The branding information 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
DescribeClientBrandingResponse.Builder deviceTypeIos(IosClientBrandingAttributes deviceTypeIos)
The branding information for iOS devices.
- Parameters:
deviceTypeIos- The branding information for iOS devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeIos
default DescribeClientBrandingResponse.Builder deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos)
The branding information 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
DescribeClientBrandingResponse.Builder deviceTypeLinux(DefaultClientBrandingAttributes deviceTypeLinux)
The branding information for Linux devices.
- Parameters:
deviceTypeLinux- The branding information for Linux devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeLinux
default DescribeClientBrandingResponse.Builder deviceTypeLinux(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeLinux)
The branding information 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
DescribeClientBrandingResponse.Builder deviceTypeWeb(DefaultClientBrandingAttributes deviceTypeWeb)
The branding information for Web access.
- Parameters:
deviceTypeWeb- The branding information for Web access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypeWeb
default DescribeClientBrandingResponse.Builder deviceTypeWeb(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWeb)
The branding information 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)
-
-