Interface ConnectConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectConfiguration.Builder,
,ConnectConfiguration> SdkBuilder<ConnectConfiguration.Builder,
,ConnectConfiguration> SdkPojo
- Enclosing class:
ConnectConfiguration
@Mutable
@NotThreadSafe
public static interface ConnectConfiguration.Builder
extends SdkPojo, CopyableBuilder<ConnectConfiguration.Builder,ConnectConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The identifier of the Amazon Connect instance.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, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-