Interface DeleteClientBrandingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteClientBrandingRequest.Builder,
,DeleteClientBrandingRequest> SdkBuilder<DeleteClientBrandingRequest.Builder,
,DeleteClientBrandingRequest> SdkPojo
,SdkRequest.Builder
,WorkSpacesRequest.Builder
- Enclosing class:
DeleteClientBrandingRequest
public static interface DeleteClientBrandingRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DeleteClientBrandingRequest.Builder,DeleteClientBrandingRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platforms
(Collection<ClientDeviceType> platforms) The device type for which you want to delete client branding.platforms
(ClientDeviceType... platforms) The device type for which you want to delete client branding.platformsWithStrings
(String... platforms) The device type for which you want to delete client branding.platformsWithStrings
(Collection<String> platforms) The device type for which you want to delete client branding.resourceId
(String resourceId) The directory identifier of the WorkSpace for which you want to delete client branding.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
resourceId
The directory identifier of the WorkSpace for which you want to delete client branding.
- Parameters:
resourceId
- The directory identifier of the WorkSpace for which you want to delete client branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformsWithStrings
The device type for which you want to delete client branding.
- Parameters:
platforms
- The device type for which you want to delete client branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformsWithStrings
The device type for which you want to delete client branding.
- Parameters:
platforms
- The device type for which you want to delete client branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platforms
The device type for which you want to delete client branding.
- Parameters:
platforms
- The device type for which you want to delete client branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platforms
The device type for which you want to delete client branding.
- Parameters:
platforms
- The device type for which you want to delete client branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteClientBrandingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteClientBrandingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-