Interface GetApplicationAssignmentConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>,SdkBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>,SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
- GetApplicationAssignmentConfigurationResponse
@Mutable @NotThreadSafe public static interface GetApplicationAssignmentConfigurationResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApplicationAssignmentConfigurationResponse.BuilderassignmentRequired(Boolean assignmentRequired)IfAssignmentsRequiredistrue(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, 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
-
assignmentRequired
GetApplicationAssignmentConfigurationResponse.Builder assignmentRequired(Boolean assignmentRequired)
If
AssignmentsRequiredistrue(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- IfAssignmentsRequiredistrue(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.
-
-