AuthenticationProfile.Builder |
AuthenticationProfile.Builder.allowedIps(String... allowedIps) |
A list of IP address range strings that are allowed to access the Amazon Connect instance.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.allowedIps(Collection<String> allowedIps) |
A list of IP address range strings that are allowed to access the Amazon Connect instance.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.arn(String arn) |
The Amazon Resource Name (ARN) for the authentication profile.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.blockedIps(String... blockedIps) |
A list of IP address range strings that are blocked from accessing the Amazon Connect instance.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.blockedIps(Collection<String> blockedIps) |
A list of IP address range strings that are blocked from accessing the Amazon Connect instance.
|
static AuthenticationProfile.Builder |
AuthenticationProfile.builder() |
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.createdTime(Instant createdTime) |
The timestamp when the authentication profile was created.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.description(String description) |
The description for the authentication profile.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.id(String id) |
A unique identifier for the authentication profile.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.isDefault(Boolean isDefault) |
Shows whether the authentication profile is the default authentication profile for the Amazon Connect
instance.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.lastModifiedRegion(String lastModifiedRegion) |
The Amazon Web Services Region where the authentication profile was last modified.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when the authentication profile was last modified.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.maxSessionDuration(Integer maxSessionDuration) |
The long lived session duration for users logged in to Amazon Connect, in minutes.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.name(String name) |
The name for the authentication profile.
|
AuthenticationProfile.Builder |
AuthenticationProfile.Builder.periodicSessionDuration(Integer periodicSessionDuration) |
The short lived session duration configuration for users logged in to Amazon Connect, in minutes.
|
AuthenticationProfile.Builder |
AuthenticationProfile.toBuilder() |
|