Interface PutApplicationSessionConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutApplicationSessionConfigurationRequest.Builder,
,PutApplicationSessionConfigurationRequest> SdkBuilder<PutApplicationSessionConfigurationRequest.Builder,
,PutApplicationSessionConfigurationRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
PutApplicationSessionConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutApplicationSessionConfigurationRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<PutApplicationSessionConfigurationRequest.Builder,PutApplicationSessionConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the application for which to update the session configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userBackgroundSessionApplicationStatus
(String userBackgroundSessionApplicationStatus) The status of user background sessions for the application.userBackgroundSessionApplicationStatus
(UserBackgroundSessionApplicationStatus userBackgroundSessionApplicationStatus) The status of user background sessions for the application.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
Method Details
-
applicationArn
The Amazon Resource Name (ARN) of the application for which to update the session configuration.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the application for which to update the session configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userBackgroundSessionApplicationStatus
PutApplicationSessionConfigurationRequest.Builder userBackgroundSessionApplicationStatus(String userBackgroundSessionApplicationStatus) The status of user background sessions for the application.
- Parameters:
userBackgroundSessionApplicationStatus
- The status of user background sessions for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userBackgroundSessionApplicationStatus
PutApplicationSessionConfigurationRequest.Builder userBackgroundSessionApplicationStatus(UserBackgroundSessionApplicationStatus userBackgroundSessionApplicationStatus) The status of user background sessions for the application.
- Parameters:
userBackgroundSessionApplicationStatus
- The status of user background sessions for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutApplicationSessionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutApplicationSessionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-