Interface InstanceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceSummary.Builder,InstanceSummary>,SdkBuilder<InstanceSummary.Builder,InstanceSummary>,SdkPojo
- Enclosing class:
- InstanceSummary
public static interface InstanceSummary.Builder extends SdkPojo, CopyableBuilder<InstanceSummary.Builder,InstanceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the instance.InstanceSummary.BuildercreatedTime(Instant createdTime)When the instance was created.InstanceSummary.Builderid(String id)The identifier of the instance.InstanceSummary.BuilderidentityManagementType(String identityManagementType)The identity management type of the instance.InstanceSummary.BuilderidentityManagementType(DirectoryType identityManagementType)The identity management type of the instance.InstanceSummary.BuilderinboundCallsEnabled(Boolean inboundCallsEnabled)Whether inbound calls are enabled.InstanceSummary.BuilderinstanceAccessUrl(String instanceAccessUrl)This URL allows contact center users to access the Amazon Connect admin website.InstanceSummary.BuilderinstanceAlias(String instanceAlias)The alias of the instance.InstanceSummary.BuilderinstanceStatus(String instanceStatus)The state of the instance.InstanceSummary.BuilderinstanceStatus(InstanceStatus instanceStatus)The state of the instance.InstanceSummary.BuilderoutboundCallsEnabled(Boolean outboundCallsEnabled)Whether outbound calls are enabled.InstanceSummary.BuilderserviceRole(String serviceRole)The service role of the 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, sdkFields
-
-
-
-
Method Detail
-
id
InstanceSummary.Builder id(String id)
The identifier of the instance.
- Parameters:
id- The identifier of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
InstanceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance.
- Parameters:
arn- The Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityManagementType
InstanceSummary.Builder identityManagementType(String identityManagementType)
The identity management type of the instance.
- Parameters:
identityManagementType- The identity management type of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DirectoryType,DirectoryType
-
identityManagementType
InstanceSummary.Builder identityManagementType(DirectoryType identityManagementType)
The identity management type of the instance.
- Parameters:
identityManagementType- The identity management type of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DirectoryType,DirectoryType
-
instanceAlias
InstanceSummary.Builder instanceAlias(String instanceAlias)
The alias of the instance.
- Parameters:
instanceAlias- The alias of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
InstanceSummary.Builder createdTime(Instant createdTime)
When the instance was created.
- Parameters:
createdTime- When the instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceRole
InstanceSummary.Builder serviceRole(String serviceRole)
The service role of the instance.
- Parameters:
serviceRole- The service role of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceStatus
InstanceSummary.Builder instanceStatus(String instanceStatus)
The state of the instance.
- Parameters:
instanceStatus- The state of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceStatus,InstanceStatus
-
instanceStatus
InstanceSummary.Builder instanceStatus(InstanceStatus instanceStatus)
The state of the instance.
- Parameters:
instanceStatus- The state of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceStatus,InstanceStatus
-
inboundCallsEnabled
InstanceSummary.Builder inboundCallsEnabled(Boolean inboundCallsEnabled)
Whether inbound calls are enabled.
- Parameters:
inboundCallsEnabled- Whether inbound calls are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCallsEnabled
InstanceSummary.Builder outboundCallsEnabled(Boolean outboundCallsEnabled)
Whether outbound calls are enabled.
- Parameters:
outboundCallsEnabled- Whether outbound calls are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceAccessUrl
InstanceSummary.Builder instanceAccessUrl(String instanceAccessUrl)
This URL allows contact center users to access the Amazon Connect admin website.
- Parameters:
instanceAccessUrl- This URL allows contact center users to access the Amazon Connect admin website.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-