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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApplicationSessionConfigurationResponse.BuilderuserBackgroundSessionApplicationStatus(String userBackgroundSessionApplicationStatus)The status of user background sessions for the application.GetApplicationSessionConfigurationResponse.BuilderuserBackgroundSessionApplicationStatus(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 Detail
-
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,UserBackgroundSessionApplicationStatus
-
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:
UserBackgroundSessionApplicationStatus,UserBackgroundSessionApplicationStatus
-
-