Interface GetApplicationAssignmentConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>, SdkBuilder<GetApplicationAssignmentConfigurationResponse.Builder,GetApplicationAssignmentConfigurationResponse>, SdkPojo, SdkResponse.Builder, SsoAdminResponse.Builder
Enclosing class:
GetApplicationAssignmentConfigurationResponse

  • Method Details

    • assignmentRequired

      GetApplicationAssignmentConfigurationResponse.Builder assignmentRequired(Boolean assignmentRequired)

      If AssignmentsRequired is true (default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application.

      Parameters:
      assignmentRequired - If AssignmentsRequired is true (default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.