Interface DisableOrganizationsRootSessionsResponse.Builder

    • Method Detail

      • organizationId

        DisableOrganizationsRootSessionsResponse.Builder organizationId​(String organizationId)

        The unique identifier (ID) of an organization.

        Parameters:
        organizationId - The unique identifier (ID) of an organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeaturesWithStrings

        DisableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings​(Collection<String> enabledFeatures)

        The features you have enabled for centralized root access of member accounts in your organization.

        Parameters:
        enabledFeatures - The features you have enabled for centralized root access of member accounts in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeaturesWithStrings

        DisableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings​(String... enabledFeatures)

        The features you have enabled for centralized root access of member accounts in your organization.

        Parameters:
        enabledFeatures - The features you have enabled for centralized root access of member accounts in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeatures

        DisableOrganizationsRootSessionsResponse.Builder enabledFeatures​(Collection<FeatureType> enabledFeatures)

        The features you have enabled for centralized root access of member accounts in your organization.

        Parameters:
        enabledFeatures - The features you have enabled for centralized root access of member accounts in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeatures

        DisableOrganizationsRootSessionsResponse.Builder enabledFeatures​(FeatureType... enabledFeatures)

        The features you have enabled for centralized root access of member accounts in your organization.

        Parameters:
        enabledFeatures - The features you have enabled for centralized root access of member accounts in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.