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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectClientAddIn.BuilderaddInId(String addInId)The client add-in identifier.ConnectClientAddIn.Buildername(String name)The name of the client add in.ConnectClientAddIn.BuilderresourceId(String resourceId)The directory identifier for which the client add-in is configured.ConnectClientAddIn.Builderurl(String url)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 Detail
-
addInId
ConnectClientAddIn.Builder addInId(String 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
ConnectClientAddIn.Builder resourceId(String 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
ConnectClientAddIn.Builder name(String 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
ConnectClientAddIn.Builder url(String 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.
-
-