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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationProfileSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the authentication profile summary.AuthenticationProfileSummary.Builderid(String id)The unique identifier of the authentication profile.AuthenticationProfileSummary.BuilderisDefault(Boolean isDefault)Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance.AuthenticationProfileSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region when the authentication profile summary was last modified.AuthenticationProfileSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when the authentication profile summary was last modified.AuthenticationProfileSummary.Buildername(String name)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 Detail
-
id
AuthenticationProfileSummary.Builder id(String 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
AuthenticationProfileSummary.Builder arn(String 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
AuthenticationProfileSummary.Builder name(String 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
AuthenticationProfileSummary.Builder isDefault(Boolean 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
AuthenticationProfileSummary.Builder lastModifiedTime(Instant 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
AuthenticationProfileSummary.Builder lastModifiedRegion(String 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.
-
-