Interface GetApplicationAssignmentConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetApplicationAssignmentConfigurationResponse.Builder,
,GetApplicationAssignmentConfigurationResponse> SdkBuilder<GetApplicationAssignmentConfigurationResponse.Builder,
,GetApplicationAssignmentConfigurationResponse> SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
GetApplicationAssignmentConfigurationResponse
public static interface GetApplicationAssignmentConfigurationResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionassignmentRequired
(Boolean assignmentRequired) IfAssignmentsRequired
istrue
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API.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
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
-
assignmentRequired
GetApplicationAssignmentConfigurationResponse.Builder assignmentRequired(Boolean assignmentRequired) If
AssignmentsRequired
istrue
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. Iffalse
, all users have access to the application.- Parameters:
assignmentRequired
- IfAssignmentsRequired
istrue
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. Iffalse
, all users have access to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-