Interface ConnectClientAddIn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectClientAddIn.Builder,
,ConnectClientAddIn> SdkBuilder<ConnectClientAddIn.Builder,
,ConnectClientAddIn> SdkPojo
- Enclosing class:
ConnectClientAddIn
public static interface ConnectClientAddIn.Builder
extends SdkPojo, CopyableBuilder<ConnectClientAddIn.Builder,ConnectClientAddIn>
-
Method Summary
Modifier and TypeMethodDescriptionThe client add-in identifier.The name of the client add in.resourceId
(String resourceId) The directory identifier for which the client add-in is configured.The endpoint URL of the client add-in.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
-
Method Details
-
addInId
The client add-in identifier.
- Parameters:
addInId
- The client add-in identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The directory identifier for which the client add-in is configured.
- Parameters:
resourceId
- The directory identifier for which the client add-in is configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the client add in.
- Parameters:
name
- The name of the client add in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The endpoint URL of the client add-in.
- Parameters:
url
- The endpoint URL of the client add-in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-