public static interface InstanceSummary.Builder extends SdkPojo, CopyableBuilder<InstanceSummary.Builder,InstanceSummary>
| Modifier and Type | Method and Description |
|---|---|
InstanceSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the instance.
|
InstanceSummary.Builder |
createdTime(Instant createdTime)
When the instance was created.
|
InstanceSummary.Builder |
id(String id)
The identifier of the instance.
|
InstanceSummary.Builder |
identityManagementType(DirectoryType identityManagementType)
The identity management type of the instance.
|
InstanceSummary.Builder |
identityManagementType(String identityManagementType)
The identity management type of the instance.
|
InstanceSummary.Builder |
inboundCallsEnabled(Boolean inboundCallsEnabled)
Whether inbound calls are enabled.
|
InstanceSummary.Builder |
instanceAlias(String instanceAlias)
The alias of the instance.
|
InstanceSummary.Builder |
instanceStatus(InstanceStatus instanceStatus)
The state of the instance.
|
InstanceSummary.Builder |
instanceStatus(String instanceStatus)
The state of the instance.
|
InstanceSummary.Builder |
outboundCallsEnabled(Boolean outboundCallsEnabled)
Whether outbound calls are enabled.
|
InstanceSummary.Builder |
serviceRole(String serviceRole)
The service role of the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceSummary.Builder id(String id)
The identifier of the instance.
id - The identifier of the instance.InstanceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the instance.
arn - The Amazon Resource Name (ARN) of the instance.InstanceSummary.Builder identityManagementType(String identityManagementType)
The identity management type of the instance.
identityManagementType - The identity management type of the instance.DirectoryType,
DirectoryTypeInstanceSummary.Builder identityManagementType(DirectoryType identityManagementType)
The identity management type of the instance.
identityManagementType - The identity management type of the instance.DirectoryType,
DirectoryTypeInstanceSummary.Builder instanceAlias(String instanceAlias)
The alias of the instance.
instanceAlias - The alias of the instance.InstanceSummary.Builder createdTime(Instant createdTime)
When the instance was created.
createdTime - When the instance was created.InstanceSummary.Builder serviceRole(String serviceRole)
The service role of the instance.
serviceRole - The service role of the instance.InstanceSummary.Builder instanceStatus(String instanceStatus)
The state of the instance.
instanceStatus - The state of the instance.InstanceStatus,
InstanceStatusInstanceSummary.Builder instanceStatus(InstanceStatus instanceStatus)
The state of the instance.
instanceStatus - The state of the instance.InstanceStatus,
InstanceStatusInstanceSummary.Builder inboundCallsEnabled(Boolean inboundCallsEnabled)
Whether inbound calls are enabled.
inboundCallsEnabled - Whether inbound calls are enabled.InstanceSummary.Builder outboundCallsEnabled(Boolean outboundCallsEnabled)
Whether outbound calls are enabled.
outboundCallsEnabled - Whether outbound calls are enabled.Copyright © 2022. All rights reserved.