Interface UpdateAuthenticationProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateAuthenticationProfileRequest.Builder,UpdateAuthenticationProfileRequest>,SdkBuilder<UpdateAuthenticationProfileRequest.Builder,UpdateAuthenticationProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAuthenticationProfileRequest
public static interface UpdateAuthenticationProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuthenticationProfileRequest.Builder,UpdateAuthenticationProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAuthenticationProfileRequest.BuilderallowedIps(String... allowedIps)A list of IP address range strings that are allowed to access the instance.UpdateAuthenticationProfileRequest.BuilderallowedIps(Collection<String> allowedIps)A list of IP address range strings that are allowed to access the instance.UpdateAuthenticationProfileRequest.BuilderauthenticationProfileId(String authenticationProfileId)A unique identifier for the authentication profile.UpdateAuthenticationProfileRequest.BuilderblockedIps(String... blockedIps)A list of IP address range strings that are blocked from accessing the instance.UpdateAuthenticationProfileRequest.BuilderblockedIps(Collection<String> blockedIps)A list of IP address range strings that are blocked from accessing the instance.UpdateAuthenticationProfileRequest.Builderdescription(String description)The description for the authentication profile.UpdateAuthenticationProfileRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateAuthenticationProfileRequest.Buildername(String name)The name for the authentication profile.UpdateAuthenticationProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAuthenticationProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAuthenticationProfileRequest.BuilderperiodicSessionDuration(Integer periodicSessionDuration)The short lived session duration configuration for users logged in to Amazon Connect, in minutes.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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
-
authenticationProfileId
UpdateAuthenticationProfileRequest.Builder authenticationProfileId(String authenticationProfileId)
A unique identifier for the authentication profile.
- Parameters:
authenticationProfileId- A unique identifier for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
UpdateAuthenticationProfileRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAuthenticationProfileRequest.Builder name(String name)
The name for the authentication profile.
- Parameters:
name- The name for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAuthenticationProfileRequest.Builder description(String description)
The description for the authentication profile.
- Parameters:
description- The description for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedIps
UpdateAuthenticationProfileRequest.Builder allowedIps(Collection<String> allowedIps)
A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.
- Parameters:
allowedIps- A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedIps
UpdateAuthenticationProfileRequest.Builder allowedIps(String... allowedIps)
A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.
- Parameters:
allowedIps- A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIps
UpdateAuthenticationProfileRequest.Builder blockedIps(Collection<String> blockedIps)
A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.
- Parameters:
blockedIps- A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIps
UpdateAuthenticationProfileRequest.Builder blockedIps(String... blockedIps)
A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.
- Parameters:
blockedIps- A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
periodicSessionDuration
UpdateAuthenticationProfileRequest.Builder periodicSessionDuration(Integer periodicSessionDuration)
The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.
- Parameters:
periodicSessionDuration- The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAuthenticationProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAuthenticationProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-