Interface GetApplicationSessionConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetApplicationSessionConfigurationResponse.Builder,
,GetApplicationSessionConfigurationResponse> SdkBuilder<GetApplicationSessionConfigurationResponse.Builder,
,GetApplicationSessionConfigurationResponse> SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
GetApplicationSessionConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationSessionConfigurationResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationSessionConfigurationResponse.Builder,GetApplicationSessionConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionuserBackgroundSessionApplicationStatus
(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.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
userBackgroundSessionApplicationStatus
GetApplicationSessionConfigurationResponse.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
GetApplicationSessionConfigurationResponse.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:
-