Interface AuthenticationProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthenticationProfileSummary.Builder,
,AuthenticationProfileSummary> SdkBuilder<AuthenticationProfileSummary.Builder,
,AuthenticationProfileSummary> SdkPojo
- Enclosing class:
AuthenticationProfileSummary
public static interface AuthenticationProfileSummary.Builder
extends SdkPojo, CopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the authentication profile summary.The unique identifier of the authentication profile.Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.lastModifiedRegion
(String lastModifiedRegion) The Amazon Web Services Region when the authentication profile summary was last modified.lastModifiedTime
(Instant lastModifiedTime) The timestamp when the authentication profile summary was last modified.The name of the authentication profile summary.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 Details
-
id
The unique identifier of the authentication profile.
- Parameters:
id
- The unique identifier of the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the authentication profile summary.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the authentication profile summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the authentication profile summary.
- Parameters:
name
- The name of the authentication profile summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
- Parameters:
isDefault
- Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when the authentication profile summary was last modified.
- Parameters:
lastModifiedTime
- The timestamp when the authentication profile summary was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region when the authentication profile summary was last modified.
- Parameters:
lastModifiedRegion
- The Amazon Web Services Region when the authentication profile summary was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-