Interface AccessConfigResponse.Builder

    • Method Detail

      • bootstrapClusterCreatorAdminPermissions

        AccessConfigResponse.Builder bootstrapClusterCreatorAdminPermissions​(Boolean bootstrapClusterCreatorAdminPermissions)

        Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.

        Parameters:
        bootstrapClusterCreatorAdminPermissions - Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authenticationMode

        AccessConfigResponse.Builder authenticationMode​(String authenticationMode)

        The current authentication mode of the cluster.

        Parameters:
        authenticationMode - The current authentication mode of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationMode, AuthenticationMode