public static interface UpdateConnectClientAddInRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectClientAddInRequest.Builder,UpdateConnectClientAddInRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectClientAddInRequest.Builder |
addInId(String addInId)
The identifier of the client add-in to update.
|
UpdateConnectClientAddInRequest.Builder |
name(String name)
The name of the client add-in.
|
UpdateConnectClientAddInRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectClientAddInRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateConnectClientAddInRequest.Builder |
resourceId(String resourceId)
The directory identifier for which the client add-in is configured.
|
UpdateConnectClientAddInRequest.Builder |
url(String url)
The endpoint URL of the Amazon Connect client add-in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectClientAddInRequest.Builder addInId(String addInId)
The identifier of the client add-in to update.
addInId - The identifier of the client add-in to update.UpdateConnectClientAddInRequest.Builder resourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId - The directory identifier for which the client add-in is configured.UpdateConnectClientAddInRequest.Builder name(String name)
The name of the client add-in.
name - The name of the client add-in.UpdateConnectClientAddInRequest.Builder url(String url)
The endpoint URL of the Amazon Connect client add-in.
url - The endpoint URL of the Amazon Connect client add-in.UpdateConnectClientAddInRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectClientAddInRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.