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
overrideConfigurationMethods 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, sdkFieldsMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-